mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 14:41:57 -05:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "Kendra",
|
|
"class": "TRAINER_CLASS_PSYCHIC_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_CHIMECHO",
|
|
"form": 0,
|
|
"level": 52,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_EXTRASENSORY",
|
|
"MOVE_SHADOW_BALL",
|
|
"MOVE_ENERGY_BALL",
|
|
"MOVE_CHARGE_BEAM"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_HAUNTER",
|
|
"form": 0,
|
|
"level": 52,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SHADOW_PUNCH",
|
|
"MOVE_DARK_PULSE",
|
|
"MOVE_CONFUSE_RAY",
|
|
"MOVE_TOXIC"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_GENGAR",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_SHADOW_BALL",
|
|
"MOVE_DARK_PULSE",
|
|
"MOVE_FRUSTRATION",
|
|
"MOVE_SLUDGE_BOMB"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |