mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
||
"name": "Sandra",
|
||
"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_DUGTRIO",
|
||
"form": 0,
|
||
"level": 55,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_RAICHU",
|
||
"form": 0,
|
||
"level": 54,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_NINETALES",
|
||
"form": 0,
|
||
"level": 54,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"When eyes meet...\n",
|
||
"That’s when a battle starts!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": "You won’t let me win?\n"
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"I suddenly remembered what it was \n",
|
||
"like when I had my first battle.\r",
|
||
"I wonder why that would be?\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"When eyes meet...\n",
|
||
"That’s when a battle starts!\f",
|
||
"That’s what makes us Trainers!\r"
|
||
]
|
||
}
|
||
]
|
||
} |