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

79 lines
2.0 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": "Shannon",
"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_CHERRIM",
"form": 0,
"level": 34,
"item": null,
"moves": [
"MOVE_PETAL_DANCE",
"MOVE_MAGICAL_LEAF",
"MOVE_LEECH_SEED"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_AZUMARILL",
"form": 0,
"level": 34,
"item": null,
"moves": [
"MOVE_DOUBLE_EDGE",
"MOVE_BUBBLE_BEAM",
"MOVE_AQUA_RING"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_LOPUNNY",
"form": 0,
"level": 35,
"item": null,
"moves": [
"MOVE_JUMP_KICK",
"MOVE_QUICK_ATTACK",
"MOVE_CHARM"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Really? So you think you can beat me?\n",
"Im an Ace Trainer, you do realize?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": "I admit defeat...\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Beaten in battle, but not in spirit.\n",
"Thats the mark of a real Ace Trainer.\n"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Ace Trainers always work to improve\n",
"their natural-born talents.\r"
]
}
]
}