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

59 lines
1.4 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": "Deanna",
"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_AMPHAROS",
"form": 0,
"level": 61,
"item": null,
"moves": [
"MOVE_DISCHARGE",
"MOVE_POWER_GEM",
"MOVE_SIGNAL_BEAM",
"MOVE_FIRE_PUNCH"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_TROPIUS",
"form": 0,
"level": 62,
"item": null,
"moves": [
"MOVE_LEAF_STORM",
"MOVE_AIR_SLASH",
"MOVE_EARTHQUAKE",
"MOVE_SILVER_WIND"
],
"power": 50,
"ball_seal": 19
}
],
"messages": [
{
"type": "TRMSG_REMATCH",
"en_US": [
"Weve faced many challengers since\n",
"we met, but they were all weak...\r",
"I relish the tough resistance that\n",
"only you can provide!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Ive found a tough adversary in\n",
"you...\n"
]
}
]
}