mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "Mariah",
|
|
"class": "TRAINER_CLASS_ACE_TRAINER_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_BLISSEY",
|
|
"form": 0,
|
|
"level": 45,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_DOUBLE_EDGE",
|
|
"MOVE_SING",
|
|
"MOVE_SOFTBOILED",
|
|
"MOVE_LIGHT_SCREEN"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GLALIE",
|
|
"form": 0,
|
|
"level": 46,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_ICE_BEAM",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_HEADBUTT",
|
|
"MOVE_SHADOW_BALL"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_MAGNEZONE",
|
|
"form": 0,
|
|
"level": 48,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_DISCHARGE",
|
|
"MOVE_FLASH_CANNON",
|
|
"MOVE_THUNDER_WAVE",
|
|
"MOVE_BARRIER"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |