pokeplatinum/res/trainers/data/ace_trainer_brenda.json

68 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": "Brenda",
"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_LOPUNNY",
"form": 0,
"level": 38,
"item": null,
"moves": null,
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_KIRLIA",
"form": 0,
"level": 36,
"item": null,
"moves": null,
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_MEDICHAM",
"form": 0,
"level": 35,
"item": null,
"moves": null,
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Tough Pokémon...\n",
"Tough Trainers...\r",
"You tell me, where else can I find\n",
"a place as good as this to train?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"That was good.\n",
"Youve bonded well with your Pokémon.\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Tough Pokémon...\n",
"Tough Trainers...\r",
"Their strength comes from their bond.\n",
"And thats something that can be\f",
"made stronger anywhere.\n"
]
}
]
}