mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
54 lines
1.2 KiB
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |