pokeplatinum/res/trainers/data/ace_trainer_destiny.json

67 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": "Destiny",
"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_ELECTABUZZ",
"form": 0,
"level": 47,
"item": null,
"moves": [
"MOVE_THUNDERBOLT",
"MOVE_SHOCK_WAVE",
"MOVE_QUICK_ATTACK",
"MOVE_IRON_TAIL"
],
"iv_scale": 60,
"ball_seal": 0
},
{
"species": "SPECIES_RAICHU",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_THUNDERBOLT",
"MOVE_DIG",
"MOVE_THUNDER_WAVE",
"MOVE_LIGHT_SCREEN"
],
"iv_scale": 60,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Im not just looking for tough\n",
"Trainers to battle.\r",
"Ive been battling here because\n",
"I want to feel the rush!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Your power is thrilling...\n",
"Im thrilled down to my toes!\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Im so glad that there are Pokémon!\r",
"There isnt much else that gives me\n",
"the thrill that Pokémon do!\n"
]
}
]
}