pokeplatinum/res/trainers/data/ace_trainer_sydney.json

66 lines
1.7 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": "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 strangerll be a good way\n",
"to see if I have what it takes to own\f",
"the Pokémon Leagues 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 doesnt appear as if anyone could\n",
"even try to stand against your might.\r",
"The Elite Four should just surrender."
]
}
]
}