mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
||
"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 won’t 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, that’s right...\n",
|
||
"A hint about the next Trainer...\r",
|
||
"In the middle of three trees.\n",
|
||
"That’s my hint. Good luck.\n"
|
||
]
|
||
}
|
||
]
|
||
} |