mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-14 15:12:40 -05:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "Alyssa",
|
|
"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_AIPOM",
|
|
"form": 0,
|
|
"level": 32,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SWIFT",
|
|
"MOVE_WATER_PULSE",
|
|
"MOVE_SHOCK_WAVE",
|
|
"MOVE_AERIAL_ACE"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GIRAFARIG",
|
|
"form": 0,
|
|
"level": 32,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_DOUBLE_HIT",
|
|
"MOVE_PSYBEAM",
|
|
"MOVE_ASSURANCE",
|
|
"MOVE_LIGHT_SCREEN"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GROTLE",
|
|
"form": 0,
|
|
"level": 33,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_MEGA_DRAIN",
|
|
"MOVE_BITE",
|
|
"MOVE_CURSE"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |