mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "Drew",
|
|
"class": "TRAINER_CLASS_CAMPER",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_GASTLY",
|
|
"form": 0,
|
|
"level": 27,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_PAYBACK",
|
|
"MOVE_SUCKER_PUNCH",
|
|
"MOVE_CONFUSE_RAY"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GASTLY",
|
|
"form": 0,
|
|
"level": 27,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SUCKER_PUNCH",
|
|
"MOVE_NIGHT_SHADE",
|
|
"MOVE_CONFUSE_RAY"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GASTLY",
|
|
"form": 0,
|
|
"level": 27,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_NIGHT_SHADE",
|
|
"MOVE_PAYBACK",
|
|
"MOVE_CONFUSE_RAY"
|
|
],
|
|
"power": 10,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |