pokeplatinum/res/trainers/0452.json

39 lines
852 B
JSON

{
"name": "Damon",
"class": "TRAINER_CLASS_HIKER",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_DAMAGE_PRIORITY"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_NOSEPASS",
"form": 0,
"level": 35,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_ONIX",
"form": 0,
"level": 33,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_STEELIX",
"form": 0,
"level": 34,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
]
}