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

43 lines
1007 B
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": "Saul",
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_TAUROS",
"form": 0,
"level": 63,
"item": null,
"moves": [
"MOVE_GIGA_IMPACT",
"MOVE_ZEN_HEADBUTT",
"MOVE_EARTHQUAKE",
"MOVE_STONE_EDGE"
],
"power": 50,
"ball_seal": 12
}
],
"messages": [
{
"type": "TRMSG_REMATCH",
"en_US": [
"The urge to battle you again has\n",
"struck me. Humor me!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"I shouldnt have paid attention\n",
"to my urge...\n"
]
}
]
}