mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-11 15:06:39 -05:00
100 lines
2.5 KiB
JSON
100 lines
2.5 KiB
JSON
{
|
|
"name": "Cedric",
|
|
"class": "TRAINER_CLASS_RIVAL",
|
|
"items": [
|
|
"ITEM_FULL_RESTORE",
|
|
"ITEM_FULL_RESTORE"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_STARAPTOR",
|
|
"form": 0,
|
|
"level": 71,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_CLOSE_COMBAT",
|
|
"MOVE_AERIAL_ACE",
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_U_TURN"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_FLOATZEL",
|
|
"form": 0,
|
|
"level": 69,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_AQUA_JET",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_BRICK_BREAK"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_HERACROSS",
|
|
"form": 0,
|
|
"level": 71,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_MEGAHORN",
|
|
"MOVE_CLOSE_COMBAT",
|
|
"MOVE_NIGHT_SLASH",
|
|
"MOVE_ROCK_SLIDE"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_ROSERADE",
|
|
"form": 0,
|
|
"level": 69,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_SLUDGE_BOMB",
|
|
"MOVE_GIGA_DRAIN",
|
|
"MOVE_SHADOW_BALL",
|
|
"MOVE_GRASS_WHISTLE"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_SNORLAX",
|
|
"form": 0,
|
|
"level": 73,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_BODY_SLAM",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_EARTHQUAKE",
|
|
"MOVE_ZEN_HEADBUTT"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_INFERNAPE",
|
|
"form": 0,
|
|
"level": 75,
|
|
"item": "ITEM_SITRUS_BERRY",
|
|
"moves": [
|
|
"MOVE_FLARE_BLITZ",
|
|
"MOVE_FOCUS_BLAST",
|
|
"MOVE_SHADOW_CLAW",
|
|
"MOVE_AERIAL_ACE"
|
|
],
|
|
"power": 250,
|
|
"ball_seal": 24
|
|
}
|
|
]
|
|
} |