mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
||
"name": "Cyndy",
|
||
"class": "TRAINER_CLASS_BEAUTY",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_MEOWTH",
|
||
"form": 0,
|
||
"level": 59,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_SKITTY",
|
||
"form": 0,
|
||
"level": 59,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_GLAMEOW",
|
||
"form": 0,
|
||
"level": 59,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"Give this grown-up another chance to\n",
|
||
"demonstrate her technique.\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"That’s how you attack?\n",
|
||
"So harshly?\n"
|
||
]
|
||
}
|
||
]
|
||
} |