mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
||
"name": "Sydney",
|
||
"class": "TRAINER_CLASS_ACE_TRAINER_FEMALE",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EVAL_ATTACK",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_CLEFABLE",
|
||
"form": 0,
|
||
"level": 47,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_METEOR_MASH",
|
||
"MOVE_REFLECT",
|
||
"MOVE_LIGHT_SCREEN",
|
||
"MOVE_GRAVITY"
|
||
],
|
||
"iv_scale": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_TORTERRA",
|
||
"form": 0,
|
||
"level": 48,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_EARTHQUAKE",
|
||
"MOVE_CRUNCH",
|
||
"MOVE_LEECH_SEED",
|
||
"MOVE_SYNTHESIS"
|
||
],
|
||
"iv_scale": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"This total stranger’ll be a good way\n",
|
||
"to see if I have what it takes to own\f",
|
||
"the Pokémon League’s Elite Four!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"That battle just now must make you\n",
|
||
"tougher than everyone in the world.\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"It doesn’t appear as if anyone could\n",
|
||
"even try to stand against your might.\r",
|
||
"The Elite Four should just surrender."
|
||
]
|
||
}
|
||
]
|
||
} |