pokeplatinum/res/trainers/0745.json

32 lines
665 B
JSON

{
"name": "Shaun",
"class": "TRAINER_CLASS_SCIENTIST",
"items": [
"ITEM_X_ATTACK"
],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_MAGNETON",
"form": 0,
"level": 55,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
},
{
"species": "SPECIES_ALAKAZAM",
"form": 0,
"level": 51,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
]
}