mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-10 13:56:11 -05:00
25 lines
531 B
JSON
25 lines
531 B
JSON
{
|
|
"name": "Emily",
|
|
"class": "TRAINER_CLASS_MAID",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_CLEFAIRY",
|
|
"form": 0,
|
|
"level": 29,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_METRONOME",
|
|
"MOVE_ENCORE",
|
|
"MOVE_METEOR_MASH",
|
|
"MOVE_ENDURE"
|
|
],
|
|
"power": 0,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |