mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
||
"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 what’s important.\n",
|
||
"Numbers aren’t everything.\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"Pokémon battles aren’t decided by\n",
|
||
"numbers.\r",
|
||
"It’s the bond you share with your\n",
|
||
"Pokémon that decides outcomes!\r"
|
||
]
|
||
}
|
||
]
|
||
} |