mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 06:31:04 -05:00
83 lines
2.0 KiB
JSON
83 lines
2.0 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": 36,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_AERIAL_ACE",
|
|
"MOVE_TAKE_DOWN",
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_DOUBLE_TEAM"
|
|
],
|
|
"power": 100,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_FLOATZEL",
|
|
"form": 0,
|
|
"level": 35,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_AQUA_JET",
|
|
"MOVE_PURSUIT",
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_SWIFT"
|
|
],
|
|
"power": 100,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_HERACROSS",
|
|
"form": 0,
|
|
"level": 37,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BRICK_BREAK",
|
|
"MOVE_AERIAL_ACE",
|
|
"MOVE_NIGHT_SLASH",
|
|
"MOVE_HORN_ATTACK"
|
|
],
|
|
"power": 100,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_ROSERADE",
|
|
"form": 0,
|
|
"level": 35,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_GIGA_DRAIN",
|
|
"MOVE_TOXIC_SPIKES",
|
|
"MOVE_LEECH_SEED",
|
|
"MOVE_GRASS_WHISTLE"
|
|
],
|
|
"power": 100,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_INFERNAPE",
|
|
"form": 0,
|
|
"level": 38,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_BRICK_BREAK",
|
|
"MOVE_FLAME_WHEEL",
|
|
"MOVE_MACH_PUNCH",
|
|
"MOVE_AERIAL_ACE"
|
|
],
|
|
"power": 100,
|
|
"ball_seal": 10
|
|
}
|
|
]
|
|
} |