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

68 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": "Henry",
"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_RHYDON",
"form": 0,
"level": 47,
"item": null,
"moves": [
"MOVE_STONE_EDGE",
"MOVE_EARTHQUAKE",
"MOVE_HAMMER_ARM",
"MOVE_TAKE_DOWN"
],
"power": 50,
"ball_seal": 0
},
{
"species": "SPECIES_CARNIVINE",
"form": 0,
"level": 48,
"item": null,
"moves": [
"MOVE_WRING_OUT",
"MOVE_CRUNCH",
"MOVE_FAINT_ATTACK",
"MOVE_INGRAIN"
],
"power": 50,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"Victory Road... Somehow, it feels as\n",
"if my journey is now coming to an end.\r",
"But, before the final chapter is\n",
"written, I must pen your defeat!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"That wasnt how I planned the final\n",
"chapter to go in my writing class..."
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"If you dont give up, you can reach\n",
"your goal.\r",
"That perseverance is whats important\n",
"to Trainers. Thats in my book, too."
]
}
]
}