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

66 lines
1.6 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": "Brandi",
"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_MAROWAK",
"form": 0,
"level": 54,
"item": null,
"moves": [
"MOVE_BONE_RUSH",
"MOVE_STONE_EDGE",
"MOVE_SWORDS_DANCE",
"MOVE_ENDEAVOR"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_KANGASKHAN",
"form": 0,
"level": 57,
"item": null,
"moves": [
"MOVE_DIZZY_PUNCH",
"MOVE_CRUNCH",
"MOVE_OUTRAGE",
"MOVE_EARTHQUAKE"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"I will win. I am sure of it.\n",
"Therefore, you will lose!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"But...\n",
"This isnt possible!\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Its not that youve won.\n",
"Its just that I lost!\r",
"...Its all the same.\n",
"Go, me.\n"
]
}
]
}