mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
41 lines
976 B
JSON
41 lines
976 B
JSON
{
|
|
"name": "Deanna",
|
|
"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_FLAAFFY",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_DISCHARGE",
|
|
"MOVE_POWER_GEM",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_LIGHT_SCREEN"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_TROPIUS",
|
|
"form": 0,
|
|
"level": 56,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SOLAR_BEAM",
|
|
"MOVE_AIR_SLASH",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SUNNY_DAY"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 19
|
|
}
|
|
]
|
|
} |