pokeplatinum/res/trainers/data/ace_trainer_moira.json

81 lines
2.0 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": "Moira",
"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_SANDSLASH",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_SLASH",
"MOVE_GYRO_BALL",
"MOVE_DIG",
"MOVE_X_SCISSOR"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_GASTRODON",
"form": 0,
"level": 56,
"item": null,
"moves": [
"MOVE_MUDDY_WATER",
"MOVE_RECOVER",
"MOVE_BODY_SLAM",
"MOVE_PROTECT"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_CLAYDOL",
"form": 0,
"level": 57,
"item": null,
"moves": [
"MOVE_EARTHQUAKE",
"MOVE_PSYCHIC",
"MOVE_ANCIENT_POWER",
"MOVE_COSMIC_POWER"
],
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": "Please dont hold anything back.\r"
},
{
"type": "TRMSG_DEFEAT",
"en_US": "Hmm...\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"I feel invigorated from that battle,\n",
"even though we lost.\r",
"After all, we gave it everything we\n",
"had."
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Hello again! Please dont hold\n",
"anything back--just like before.\r"
]
}
]
}