mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
31 lines
670 B
JSON
31 lines
670 B
JSON
{
|
|
"name": "Ashlee",
|
|
"class": "TRAINER_CLASS_RANGER_FEMALE",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EVAL_ATTACK",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_LINOONE",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
},
|
|
{
|
|
"species": "SPECIES_ARBOK",
|
|
"form": 0,
|
|
"level": 55,
|
|
"item": null,
|
|
"moves": null,
|
|
"power": 50,
|
|
"ball_seal": 0
|
|
}
|
|
]
|
|
} |