pokeplatinum/res/trainers/0618.json

27 lines
554 B
JSON

{
"name": "Dawn",
"class": "TRAINER_CLASS_DP_PLAYER_FEMALE",
"items": [
"ITEM_POTION"
],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_PIPLUP",
"form": 0,
"level": 13,
"item": null,
"moves": [
"MOVE_BUBBLE",
"MOVE_POUND"
],
"power": 30,
"ball_seal": 0
}
]
}