mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-05 09:31:29 -05:00
29 lines
614 B
JSON
29 lines
614 B
JSON
{
|
|
"name": "Glenn",
|
|
"class": "TRAINER_CLASS_SWIMMER_MALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_OCTILLERY",
|
|
"form": 0,
|
|
"level": 58,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_POLITOED",
|
|
"form": 0,
|
|
"level": 60,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |