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

44 lines
1.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": "Tyler",
"class": "TRAINER_CLASS_BATTLE_GIRL",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_DAMAGE_PRIORITY"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_MEDICHAM",
"form": 0,
"level": 38,
"item": null,
"moves": null,
"power": 30,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Beating you would be my 100th\n",
"straight win! Heres to a fun battle!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"How could I lose now?!\n",
"This is beyond aggravating!\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"I wish I could beat Maylene in\n",
"Veilstone City one day...\n"
]
}
]
}