pokeplatinum/res/trainers/data/aroma_lady_jenna.json

77 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Jenna",
"class": "TRAINER_CLASS_AROMA_LADY",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_BUDEW",
"form": 0,
"level": 15,
"item": null,
"moves": [
"MOVE_ABSORB",
"MOVE_STUN_SPORE",
"MOVE_WATER_SPORT"
],
"iv_scale": 20,
"ball_seal": 0
},
{
"species": "SPECIES_BUDEW",
"form": 0,
"level": 16,
"item": null,
"moves": [
"MOVE_ABSORB",
"MOVE_STUN_SPORE",
"MOVE_WATER_SPORT"
],
"iv_scale": 20,
"ball_seal": 0
},
{
"species": "SPECIES_BUDEW",
"form": 0,
"level": 17,
"item": null,
"moves": [
"MOVE_ABSORB",
"MOVE_STUN_SPORE",
"MOVE_WATER_SPORT"
],
"iv_scale": 20,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"My Grass-type Pokémon can dole out\n",
"special attacks...\r",
"I wont let you win easily!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"The more beautiful a flower,\n",
"the faster it withers...\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Oh, thats right...\n",
"A hint about the next Trainer...\r",
"In the middle of three trees.\n",
"Thats my hint. Good luck.\n"
]
}
]
}