mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
||
"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 aren’t pushovers.\f",
|
||
"They all have tricks up their sleeves!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"You’re not a Trainer that can be\n",
|
||
"taken lightly!\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"The Pokémon you’ll meet here won’t\n",
|
||
"make it easy for you to move onward.\n"
|
||
]
|
||
}
|
||
]
|
||
} |