mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "Rachael",
|
|
"class": "TRAINER_CLASS_PSYCHIC_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_PSYDUCK",
|
|
"form": 0,
|
|
"level": 17,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_CONFUSION",
|
|
"MOVE_WATER_GUN",
|
|
"MOVE_SCRATCH"
|
|
],
|
|
"power": 20,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |