pokeplatinum/res/trainers/0249.json

37 lines
816 B
JSON

{
"name": "Cedric",
"class": "TRAINER_CLASS_RIVAL",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_DAMAGE_PRIORITY"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_STARLY",
"form": 0,
"level": 7,
"item": null,
"moves": [
"MOVE_QUICK_ATTACK",
"MOVE_GROWL"
],
"power": 30,
"ball_seal": 0
},
{
"species": "SPECIES_PIPLUP",
"form": 0,
"level": 9,
"item": null,
"moves": [
"MOVE_POUND",
"MOVE_GROWL"
],
"power": 30,
"ball_seal": 0
}
]
}