mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"name": "Harley",
|
|
"class": "TRAINER_CLASS_BEAUTY",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_PSYDUCK",
|
|
"form": 0,
|
|
"level": 26,
|
|
"item": null,
|
|
"moves": null,
|
|
"iv_scale": 0,
|
|
"ball_seal": 0
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"type": "TRMSG_DEFEAT",
|
|
"en_US": [
|
|
"I think I have what it takes to\n",
|
|
"become a successful model!\n"
|
|
]
|
|
}
|
|
]
|
|
} |