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

54 lines
1.2 KiB
JSON

{
"name": "Stefan",
"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_PUPITAR",
"form": 0,
"level": 58,
"item": null,
"moves": null,
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_TORTERRA",
"form": 0,
"level": 61,
"item": null,
"moves": null,
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Let me ask to see if you know.\n",
"What is time?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Another memory...\n",
"In a chain of memories.\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"For me, time is the fabric woven by\n",
"memories, one after another...\n"
]
}
]
}