pokeplatinum/res/trainers/0016.json

25 lines
517 B
JSON

{
"name": "Jacob",
"class": "TRAINER_CLASS_CAMPER",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_PONYTA",
"form": 0,
"level": 14,
"item": null,
"moves": [
"MOVE_EMBER",
"MOVE_TACKLE"
],
"power": 0,
"ball_seal": 0
}
]
}