mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 14:41:57 -05:00
40 lines
887 B
JSON
40 lines
887 B
JSON
{
|
|
"name": "Dwayne",
|
|
"class": "TRAINER_CLASS_RANGER_MALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_SKARMORY",
|
|
"form": 0,
|
|
"level": 54,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GOLDUCK",
|
|
"form": 0,
|
|
"level": 54,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_DONPHAN",
|
|
"form": 0,
|
|
"level": 54,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |