pokeplatinum/res/trainers/data/ace_trainer_meagan.json

68 lines
1.7 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": "Meagan",
"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_DELCATTY",
"form": 0,
"level": 57,
"item": null,
"moves": [
"MOVE_FAKE_OUT",
"MOVE_CAPTIVATE",
"MOVE_FAINT_ATTACK",
"MOVE_DOUBLE_EDGE"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_ABOMASNOW",
"form": 0,
"level": 58,
"item": null,
"moves": [
"MOVE_ICE_SHARD",
"MOVE_AVALANCHE",
"MOVE_RAZOR_LEAF",
"MOVE_WATER_PULSE"
],
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"What sort of moves have you taught?\n",
"That tells me how good you are!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": "Yowch!\n"
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"I heard that somewhere theres\n",
"someone who teaches Pokémon moves.\n"
]
},
{
"type": "TRMSG_REMATCH",
"en_US": [
"Have you taught your team any new\n",
"moves since last time?\r"
]
}
]
}