pokeplatinum/res/trainers/data/ace_trainer_dennis_rematch_1.json

73 lines
1.8 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": "Dennis",
"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_GLIGAR",
"form": 0,
"level": 44,
"item": null,
"moves": [
"MOVE_SCREECH",
"MOVE_FAINT_ATTACK",
"MOVE_QUICK_ATTACK",
"MOVE_POISON_STING"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_FLOATZEL",
"form": 0,
"level": 44,
"item": null,
"moves": [
"MOVE_AQUA_JET",
"MOVE_SWIFT",
"MOVE_PURSUIT",
"MOVE_QUICK_ATTACK"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_DRIFBLIM",
"form": 0,
"level": 45,
"item": null,
"moves": [
"MOVE_SWALLOW",
"MOVE_GUST",
"MOVE_STOCKPILE",
"MOVE_SHADOW_BALL"
],
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_REMATCH",
"en_US": [
"Ill battle against people whove\n",
"beaten me again and again.\r",
"By doing that, we both grow a little\n",
"as Trainers.\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"You won and I lost, but the both of\n",
"us gained something from this.\n"
]
}
]
}