pokeplatinum/res/trainers/0481.json

97 lines
2.4 KiB
JSON

{
"name": "Cedric",
"class": "TRAINER_CLASS_RIVAL",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_STARAPTOR",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_CLOSE_COMBAT",
"MOVE_AERIAL_ACE",
"MOVE_STEEL_WING",
"MOVE_U_TURN"
],
"power": 200,
"ball_seal": 0
},
{
"species": "SPECIES_ROSERADE",
"form": 0,
"level": 47,
"item": null,
"moves": [
"MOVE_POISON_JAB",
"MOVE_GIGA_DRAIN",
"MOVE_SHADOW_BALL",
"MOVE_GRASS_WHISTLE"
],
"power": 200,
"ball_seal": 0
},
{
"species": "SPECIES_HERACROSS",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_CLOSE_COMBAT",
"MOVE_ROCK_SLIDE",
"MOVE_NIGHT_SLASH",
"MOVE_AERIAL_ACE"
],
"power": 200,
"ball_seal": 0
},
{
"species": "SPECIES_RAPIDASH",
"form": 0,
"level": 47,
"item": null,
"moves": [
"MOVE_FIRE_BLAST",
"MOVE_SUNNY_DAY",
"MOVE_BOUNCE",
"MOVE_WILL_O_WISP"
],
"power": 200,
"ball_seal": 0
},
{
"species": "SPECIES_SNORLAX",
"form": 0,
"level": 49,
"item": null,
"moves": [
"MOVE_BODY_SLAM",
"MOVE_CRUNCH",
"MOVE_EARTHQUAKE",
"MOVE_REST"
],
"power": 200,
"ball_seal": 0
},
{
"species": "SPECIES_EMPOLEON",
"form": 0,
"level": 51,
"item": null,
"moves": [
"MOVE_BRINE",
"MOVE_AERIAL_ACE",
"MOVE_METAL_CLAW",
"MOVE_SHADOW_CLAW"
],
"power": 200,
"ball_seal": 24
}
]
}