pokeplatinum/res/trainers/data/ace_trainer_jose.json

86 lines
2.2 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": "Jose",
"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_GOLDUCK",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_HYDRO_PUMP",
"MOVE_BRICK_BREAK",
"MOVE_ZEN_HEADBUTT",
"MOVE_SCREECH"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_SANDSLASH",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_EARTHQUAKE",
"MOVE_CRUSH_CLAW",
"MOVE_POISON_JAB",
"MOVE_SAND_TOMB"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_MANECTRIC",
"form": 0,
"level": 57,
"item": null,
"moves": [
"MOVE_THUNDER_FANG",
"MOVE_FIRE_FANG",
"MOVE_QUICK_ATTACK",
"MOVE_GIGA_IMPACT"
],
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Have you any knowledge of levels\n",
"or the stats of Pokémon? Well, I do!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": "Hmm. I like how you attack.\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Pokémon and numbers...\n",
"Who cares about that stuff?\r",
"Winning is whats important.\n",
"Numbers arent everything.\n"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Pokémon battles arent decided by\n",
"numbers.\r",
"Its the bond you share with your\n",
"Pokémon that decides outcomes!\r"
]
}
]
}