mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 06:31:04 -05:00
36 lines
801 B
JSON
36 lines
801 B
JSON
{
|
|
"name": "Caroline",
|
|
"class": "TRAINER_CLASS_LASS",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_CHERUBI",
|
|
"form": 0,
|
|
"level": 17,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_TACKLE",
|
|
"MOVE_LEECH_SEED"
|
|
],
|
|
"power": 20,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_ROSELIA",
|
|
"form": 0,
|
|
"level": 17,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_MEGA_DRAIN",
|
|
"MOVE_POISON_STING",
|
|
"MOVE_STUN_SPORE"
|
|
],
|
|
"power": 20,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |