pokeplatinum/res/trainers/0506.json

38 lines
824 B
JSON

{
"name": "Quentin",
"class": "TRAINER_CLASS_WORKER",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_MAGNEMITE",
"form": 0,
"level": 34,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_MACHOP",
"form": 0,
"level": 34,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_GRAVELER",
"form": 0,
"level": 34,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
]
}