pokeplatinum/res/trainers/data/ace_trainer_allen.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

80 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": "Allen",
"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_GASTLY",
"form": 0,
"level": 21,
"item": null,
"moves": [
"MOVE_NIGHT_SHADE",
"MOVE_SUCKER_PUNCH",
"MOVE_CURSE",
"MOVE_CONFUSE_RAY"
],
"power": 60,
"ball_seal": 0
},
{
"species": "SPECIES_GASTLY",
"form": 0,
"level": 22,
"item": null,
"moves": [
"MOVE_NIGHT_SHADE",
"MOVE_SUCKER_PUNCH",
"MOVE_HYPNOSIS",
"MOVE_CONFUSE_RAY"
],
"power": 60,
"ball_seal": 0
},
{
"species": "SPECIES_HAUNTER",
"form": 0,
"level": 24,
"item": null,
"moves": [
"MOVE_SHADOW_BALL",
"MOVE_CONFUSE_RAY",
"MOVE_CURSE",
"MOVE_MEAN_LOOK"
],
"power": 60,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"What, were you just dawdling around\n",
"hoping Id notice you for a battle?\r",
"You know youre going to get whupped\n",
"here, dont you?\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"I kinda deserved that, didnt I?\n",
"I gotta stop mouthing off like that...\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"Ill remember you and your shifty\n",
"Pokémon, too. Im watching you...\n"
]
}
]
}