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": "Melissa",
|
|
"class": "TRAINER_CLASS_LADY",
|
|
"items": [
|
|
"ITEM_FULL_RESTORE"
|
|
],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_HOPPIP",
|
|
"form": 0,
|
|
"level": 58,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_STUN_SPORE",
|
|
"MOVE_SUNNY_DAY",
|
|
"MOVE_GIGA_DRAIN",
|
|
"MOVE_AERIAL_ACE"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_CHERRIM",
|
|
"form": 0,
|
|
"level": 58,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SOLAR_BEAM",
|
|
"MOVE_SUNNY_DAY",
|
|
"MOVE_LEECH_SEED",
|
|
"MOVE_MAGICAL_LEAF"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_BELLOSSOM",
|
|
"form": 0,
|
|
"level": 58,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_PETAL_DANCE",
|
|
"MOVE_ATTRACT",
|
|
"MOVE_STUN_SPORE",
|
|
"MOVE_MAGICAL_LEAF"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |