mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "Mars",
|
|
"class": "TRAINER_CLASS_COMMANDER_MARS",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_GOLBAT",
|
|
"form": 0,
|
|
"level": 38,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_AIR_CUTTER",
|
|
"MOVE_BITE",
|
|
"MOVE_TOXIC",
|
|
"MOVE_SUPERSONIC"
|
|
],
|
|
"power": 200,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_BRONZOR",
|
|
"form": 0,
|
|
"level": 38,
|
|
"item": "ITEM_NONE",
|
|
"moves": [
|
|
"MOVE_GYRO_BALL",
|
|
"MOVE_EXTRASENSORY",
|
|
"MOVE_IRON_DEFENSE",
|
|
"MOVE_CONFUSE_RAY"
|
|
],
|
|
"power": 200,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_PURUGLY",
|
|
"form": 0,
|
|
"level": 40,
|
|
"item": "ITEM_SITRUS_BERRY",
|
|
"moves": [
|
|
"MOVE_SLASH",
|
|
"MOVE_FAINT_ATTACK",
|
|
"MOVE_HYPNOSIS",
|
|
"MOVE_FAKE_OUT"
|
|
],
|
|
"power": 200,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |