mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
||
"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 wasn’t how I planned the final\n",
|
||
"chapter to go in my writing class..."
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"If you don’t give up, you can reach\n",
|
||
"your goal.\r",
|
||
"That perseverance is what’s important\n",
|
||
"to Trainers. That’s in my book, too."
|
||
]
|
||
}
|
||
]
|
||
} |