pokeplatinum/res/trainers/data/beauty_harley.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"
]
}
]
}