pokeplatinum/res/trainers/data/ace_trainer_felix.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

65 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Felix",
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_DUSCLOPS",
"form": 0,
"level": 55,
"item": null,
"moves": [
"MOVE_SHADOW_SNEAK",
"MOVE_PAYBACK",
"MOVE_CURSE",
"MOVE_WILL_O_WISP"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_SALAMENCE",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_DRAGON_CLAW",
"MOVE_AERIAL_ACE",
"MOVE_ZEN_HEADBUTT",
"MOVE_CRUNCH"
],
"power": 50,
"ball_seal": 23
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": "Welcome to my Pokémon show!\r"
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Did you enjoy the show?\n",
"Super fabulous, wasnt it?\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Ill be happy to battle you again!\n",
"Lets battle again sometime, yeah?"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": "Welcome to my new Pokémon show!\r"
}
]
}