pokeplatinum/res/trainers/data/ace_trainer_dana.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

71 lines
1.8 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": "Dana",
"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_MIGHTYENA",
"form": 0,
"level": 55,
"item": null,
"moves": [
"MOVE_CRUNCH",
"MOVE_SUCKER_PUNCH",
"MOVE_IRON_TAIL",
"MOVE_SCARY_FACE"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_KIRLIA",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_PSYCHIC",
"MOVE_MAGICAL_LEAF",
"MOVE_SHOCK_WAVE",
"MOVE_SHADOW_BALL"
],
"power": 50,
"ball_seal": 21
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Youre willing to battle?\n",
"Let me see what you have?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": "Your love of Pokémon really shows!\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"I grew up together with Felix and\n",
"my team, right from my childhood.\r",
"All our memories, weve always shared\n",
"them.\n"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Oh, hi, we meet again.\r",
"May I see what youve done with your\n",
"Pokémon?\r"
]
}
]
}