pokeplatinum/res/trainers/data/ace_trainer_zachery.json

65 lines
1.6 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": "Zachery",
"class": "TRAINER_CLASS_ACE_TRAINER_MALE",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_ELECTABUZZ",
"form": 0,
"level": 47,
"item": null,
"moves": [
"MOVE_THUNDERBOLT",
"MOVE_SHOCK_WAVE",
"MOVE_QUICK_ATTACK",
"MOVE_IRON_TAIL"
],
"iv_scale": 60,
"ball_seal": 0
},
{
"species": "SPECIES_MAGNETON",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_THUNDERBOLT",
"MOVE_TRI_ATTACK",
"MOVE_MIRROR_SHOT"
],
"iv_scale": 60,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Wow! Im surprised youve come this\n",
"far, but youll have to turn back.\r",
"There isnt any chance that you\n",
"could ever beat me!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"What makes your Pokémon\n",
"so special?\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"As a challenger, youre one tough\n",
"Trainer.\n"
]
}
]
}