pokeplatinum/res/trainers/0272.json

38 lines
826 B
JSON

{
"name": "Douglas",
"class": "TRAINER_CLASS_COLLECTOR",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_JOLTEON",
"form": 0,
"level": 24,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_VAPOREON",
"form": 0,
"level": 24,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_FLAREON",
"form": 0,
"level": 24,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
]
}