pokeplatinum/res/trainers/0483.json

50 lines
1.1 KiB
JSON

{
"name": "Samson",
"class": "TRAINER_CLASS_SAILOR",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_WINGULL",
"form": 0,
"level": 29,
"item": null,
"moves": [
"MOVE_WATER_PULSE",
"MOVE_WING_ATTACK",
"MOVE_SUPERSONIC"
],
"power": 10,
"ball_seal": 0
},
{
"species": "SPECIES_SHELLOS",
"form": 0,
"level": 30,
"item": null,
"moves": [
"MOVE_WATER_PULSE",
"MOVE_MUD_BOMB",
"MOVE_RAIN_DANCE"
],
"power": 10,
"ball_seal": 0
},
{
"species": "SPECIES_GOLDUCK",
"form": 0,
"level": 31,
"item": null,
"moves": [
"MOVE_FURY_SWIPES",
"MOVE_CONFUSION",
"MOVE_WATER_PULSE"
],
"power": 10,
"ball_seal": 0
}
]
}