mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
||
"name": "Mikayla",
|
||
"class": "TRAINER_CLASS_ACE_TRAINER_FEMALE",
|
||
"items": [],
|
||
"ai_flags": [
|
||
"AI_FLAG_BASIC",
|
||
"AI_FLAG_EVAL_ATTACK",
|
||
"AI_FLAG_EXPERT"
|
||
],
|
||
"double_battle": false,
|
||
"party": [
|
||
{
|
||
"species": "SPECIES_SEVIPER",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_NIGHT_SLASH",
|
||
"MOVE_POISON_FANG",
|
||
"MOVE_WRING_OUT",
|
||
"MOVE_GLARE"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_PERSIAN",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_NIGHT_SLASH",
|
||
"MOVE_POWER_GEM",
|
||
"MOVE_FAINT_ATTACK",
|
||
"MOVE_FAKE_OUT"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_ABSOL",
|
||
"form": 0,
|
||
"level": 56,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_NIGHT_SLASH",
|
||
"MOVE_PSYCHO_CUT",
|
||
"MOVE_SLASH",
|
||
"MOVE_QUICK_ATTACK"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"The world is huge, and there are\n",
|
||
"so many different Pokémon!\r",
|
||
"What kinds of Pokémon are with you?\n",
|
||
"Please, I want to have a look!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"Wow, there are Pokémon that\n",
|
||
"wonderful!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"There is always something to like\n",
|
||
"about any Pokémon.\r",
|
||
"It’s so hard to decide which ones\n",
|
||
"I should raise.\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_REMATCH",
|
||
"en_US": [
|
||
"If I’m having trouble deciding,\n",
|
||
"I go with my favorites!\r"
|
||
]
|
||
}
|
||
]
|
||
} |