mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
40 lines
896 B
JSON
40 lines
896 B
JSON
{
|
|
"name": "Jonah",
|
|
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_QUAGSIRE",
|
|
"form": 0,
|
|
"level": 35,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_STARAPTOR",
|
|
"form": 0,
|
|
"level": 36,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_HIPPOPOTAS",
|
|
"form": 0,
|
|
"level": 38,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |