pokeplatinum/res/trainers/data/ace_trainer_abel.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

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": "Abel",
"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_GLALIE",
"form": 0,
"level": 59,
"item": null,
"moves": [
"MOVE_HAIL",
"MOVE_ICE_BEAM",
"MOVE_SHEER_COLD",
"MOVE_CRUNCH"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_CROBAT",
"form": 0,
"level": 60,
"item": null,
"moves": [
"MOVE_AIR_SLASH",
"MOVE_POISON_FANG",
"MOVE_CONFUSE_RAY",
"MOVE_SHADOW_BALL"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"The Trainers and Pokémon that gather\n",
"here arent pushovers.\f",
"They all have tricks up their sleeves!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"Youre not a Trainer that can be\n",
"taken lightly!\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"The Pokémon youll meet here wont\n",
"make it easy for you to move onward.\n"
]
}
]
}