pokeplatinum/res/trainers/0240.json

55 lines
1.3 KiB
JSON

{
"name": "Grant",
"class": "TRAINER_CLASS_VETERAN",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_RIOLU",
"form": 0,
"level": 34,
"item": null,
"moves": [
"MOVE_FORCE_PALM",
"MOVE_QUICK_ATTACK",
"MOVE_COUNTER",
"MOVE_SCREECH"
],
"power": 100,
"ball_seal": 0
},
{
"species": "SPECIES_STARAPTOR",
"form": 0,
"level": 34,
"item": null,
"moves": [
"MOVE_AERIAL_ACE",
"MOVE_TAKE_DOWN",
"MOVE_QUICK_ATTACK",
"MOVE_GROWL"
],
"power": 100,
"ball_seal": 0
},
{
"species": "SPECIES_GRAVELER",
"form": 0,
"level": 34,
"item": null,
"moves": [
"MOVE_EARTHQUAKE",
"MOVE_ROCK_SLIDE",
"MOVE_ROCK_POLISH",
"MOVE_DEFENSE_CURL"
],
"power": 100,
"ball_seal": 0
}
]
}