mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-27 00:57:12 -05:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
||
"name": "Lindsay",
|
||
"class": "TRAINER_CLASS_BEAUTY",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_ROSELIA",
|
||
"form": 0,
|
||
"level": 19,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_MEGA_DRAIN",
|
||
"MOVE_POISON_STING",
|
||
"MOVE_STUN_SPORE"
|
||
],
|
||
"power": 20,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Giggle! You found me!\n",
|
||
"Of course, let’s battle!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Aww, boo!\n",
|
||
"Look, you’ve beaten me!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"Giggle! There’s only our Gym Leader\n",
|
||
"left. Go on, don’t be afraid!\n"
|
||
]
|
||
}
|
||
]
|
||
} |