pokeplatinum/res/trainers/data/aroma_lady_angela.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

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"
]
}
]
}