mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
||
"name": "Zachery",
|
||
"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_ELECTABUZZ",
|
||
"form": 0,
|
||
"level": 47,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_THUNDERBOLT",
|
||
"MOVE_SHOCK_WAVE",
|
||
"MOVE_QUICK_ATTACK",
|
||
"MOVE_IRON_TAIL"
|
||
],
|
||
"power": 60,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_MAGNETON",
|
||
"form": 0,
|
||
"level": 48,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_THUNDERBOLT",
|
||
"MOVE_TRI_ATTACK",
|
||
"MOVE_MIRROR_SHOT"
|
||
],
|
||
"power": 60,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"Wow! I’m surprised you’ve come this\n",
|
||
"far, but you’ll have to turn back.\r",
|
||
"There isn’t any chance that you\n",
|
||
"could ever beat me!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"What makes your Pokémon\n",
|
||
"so special?\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"As a challenger, you’re one tough\n",
|
||
"Trainer.\n"
|
||
]
|
||
}
|
||
]
|
||
} |