pokeplatinum/res/trainers/data/ace_trainer_destiny.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

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"
],
"power": 60,
"ball_seal": 0
},
{
"species": "SPECIES_RAICHU",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_THUNDERBOLT",
"MOVE_DIG",
"MOVE_THUNDER_WAVE",
"MOVE_LIGHT_SCREEN"
],
"power": 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"
]
}
]
}