mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
||
"name": "Cyndy",
|
||
"class": "TRAINER_CLASS_BEAUTY",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_GLAMEOW",
|
||
"form": 0,
|
||
"level": 29,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Let me demonstrate my technique.\n",
|
||
"It’s how this grown-up battles.\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Oh, my gosh!\n",
|
||
"You attack that savagely?\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"You’re so much more of a Trainer\n",
|
||
"than you look!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"OK, this time I’ll really show you how a\n",
|
||
"grown-up battles!\r"
|
||
]
|
||
}
|
||
]
|
||
} |