mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
||
"name": "Olivia",
|
||
"class": "TRAINER_CLASS_ACE_TRAINER_SNOW_FEMALE",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EVAL_ATTACK",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_KIRLIA",
|
||
"form": 0,
|
||
"level": 38,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_FUTURE_SIGHT",
|
||
"MOVE_PSYCHIC",
|
||
"MOVE_MAGICAL_LEAF",
|
||
"MOVE_LUCKY_CHANT"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_SEAKING",
|
||
"form": 0,
|
||
"level": 39,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_WATERFALL",
|
||
"MOVE_POISON_JAB",
|
||
"MOVE_SUPERSONIC",
|
||
"MOVE_AQUA_RING"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_BUNEARY",
|
||
"form": 0,
|
||
"level": 38,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_DIZZY_PUNCH",
|
||
"MOVE_QUICK_ATTACK",
|
||
"MOVE_JUMP_KICK",
|
||
"MOVE_SHADOW_BALL"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Wh-what is it?\n",
|
||
"P-Pokémon battle?!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Whew...\n",
|
||
"You are alive, aren’t you?\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"Around these parts, perhaps because\n",
|
||
"of all the snow, there are many\f",
|
||
"folktales of hauntings...\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"This isn’t like last time. See how\n",
|
||
"much I’ve trained since then!\r"
|
||
]
|
||
}
|
||
]
|
||
} |