mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
27 lines
553 B
JSON
27 lines
553 B
JSON
{
|
||
"name": "Alison",
|
||
"class": "TRAINER_CLASS_AROMA_LADY",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_ROSELIA",
|
||
"form": 0,
|
||
"level": 28,
|
||
"item": null,
|
||
"moves": null,
|
||
"power": 0,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": "Waaah! You’re too much!\n"
|
||
}
|
||
]
|
||
} |