mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "Angela",
|
|
"class": "TRAINER_CLASS_AROMA_LADY",
|
|
"items": [],
|
|
"ai_flags": [
|
|
"AI_FLAG_BASIC",
|
|
"AI_FLAG_EXPERT"
|
|
],
|
|
"double_battle": false,
|
|
"party": [
|
|
{
|
|
"species": "SPECIES_ROSELIA",
|
|
"form": 0,
|
|
"level": 19,
|
|
"item": null,
|
|
"moves": [
|
|
"MOVE_MEGA_DRAIN",
|
|
"MOVE_POISON_STING",
|
|
"MOVE_STUN_SPORE"
|
|
],
|
|
"power": 20,
|
|
"ball_seal": 0
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"type": "TRMSG_PRE_BATTLE",
|
|
"en_US": [
|
|
"Even concealed, there is no hiding\n",
|
|
"the aroma of flowers.\r"
|
|
]
|
|
},
|
|
{
|
|
"type": "TRMSG_DEFEAT",
|
|
"en_US": [
|
|
"Just like your inability to conceal\n",
|
|
"your abundant skill.\n"
|
|
]
|
|
},
|
|
{
|
|
"type": "TRMSG_POST_BATTLE",
|
|
"en_US": [
|
|
"Your next opponent is under four\n",
|
|
"flowers.\n"
|
|
]
|
|
}
|
|
]
|
|
} |