mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
41 lines
971 B
JSON
41 lines
971 B
JSON
{
|
|
"name": "Sydney",
|
|
"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_CLEFABLE",
|
|
"form": 0,
|
|
"level": 47,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_METEOR_MASH",
|
|
"MOVE_REFLECT",
|
|
"MOVE_LIGHT_SCREEN",
|
|
"MOVE_GRAVITY"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_TORTERRA",
|
|
"form": 0,
|
|
"level": 48,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_EARTHQUAKE",
|
|
"MOVE_CRUNCH",
|
|
"MOVE_LEECH_SEED",
|
|
"MOVE_SYNTHESIS"
|
|
],
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |