pokeplatinum/res/trainers/0613.json

27 lines
555 B
JSON

{
"name": "Lucas",
"class": "TRAINER_CLASS_DP_PLAYER_MALE",
"items": [
"ITEM_POTION"
],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_TURTWIG",
"form": 0,
"level": 13,
"item": null,
"moves": [
"MOVE_ABSORB",
"MOVE_TACKLE"
],
"power": 30,
"ball_seal": 0
}
]
}