pokeplatinum/res/trainers/data/ace_trainer_dennis.json

89 lines
2.3 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": 24,
"item": null,
"moves": [
"MOVE_SCREECH",
"MOVE_FAINT_ATTACK",
"MOVE_QUICK_ATTACK",
"MOVE_POISON_STING"
],
"iv_scale": 50,
"ball_seal": 0
},
{
"species": "SPECIES_BUIZEL",
"form": 0,
"level": 24,
"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": 25,
"item": null,
"moves": [
"MOVE_SWALLOW",
"MOVE_GUST",
"MOVE_STOCKPILE",
"MOVE_OMINOUS_WIND"
],
"iv_scale": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Ill take on anyone!\n",
"It can only make me stronger!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"You won and I lost, but the both of\n",
"us gained something from this.\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"In a Pokémon battle, it doesnt\n",
"matter how old or young you are.\r",
"Your gender doesnt matter, either.\n",
"Nothing like that means anything!\n"
]
},
{
"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"
]
}
]
}