mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
38 lines
824 B
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
|
|
}
|
|
]
|
|
} |