pokeplatinum/res/trainers/0324.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
}
]
}