pokeplatinum/res/trainers/0234.json

39 lines
853 B
JSON

{
"name": "Bryce",
"class": "TRAINER_CLASS_PSYCHIC_MALE",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_HAUNTER",
"form": 0,
"level": 43,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_GARDEVOIR",
"form": 0,
"level": 46,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_GENGAR",
"form": 0,
"level": 46,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
]
}