pokeplatinum/res/trainers/0309.json

50 lines
1.1 KiB
JSON

{
"name": "Colby",
"class": "TRAINER_CLASS_BLACK_BELT",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_DAMAGE_PRIORITY"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_MACHOKE",
"form": 0,
"level": 23,
"item": null,
"moves": [
"MOVE_KARATE_CHOP",
"MOVE_LEER",
"MOVE_FORESIGHT"
],
"power": 40,
"ball_seal": 0
},
{
"species": "SPECIES_MACHOKE",
"form": 0,
"level": 25,
"item": null,
"moves": [
"MOVE_LOW_KICK",
"MOVE_FORESIGHT"
],
"power": 40,
"ball_seal": 0
},
{
"species": "SPECIES_MACHOKE",
"form": 0,
"level": 27,
"item": null,
"moves": [
"MOVE_SUBMISSION",
"MOVE_LEER",
"MOVE_FORESIGHT"
],
"power": 40,
"ball_seal": 0
}
]
}