mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
||
"name": "Skylar",
|
||
"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_LOUDRED",
|
||
"form": 0,
|
||
"level": 58,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_HYPER_VOICE",
|
||
"MOVE_BITE",
|
||
"MOVE_SUPERSONIC",
|
||
"MOVE_SCREECH"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_RAMPARDOS",
|
||
"form": 0,
|
||
"level": 59,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_HEAD_SMASH",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_ANCIENT_POWER",
|
||
"MOVE_SCREECH"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
},
|
||
{
|
||
"species": "SPECIES_PELIPPER",
|
||
"form": 0,
|
||
"level": 58,
|
||
"item": null,
|
||
"moves": [
|
||
"MOVE_AIR_SLASH",
|
||
"MOVE_WATER_PULSE",
|
||
"MOVE_ROOST",
|
||
"MOVE_QUICK_ATTACK"
|
||
],
|
||
"power": 50,
|
||
"ball_seal": 0
|
||
}
|
||
],
|
||
"messages": [
|
||
{
|
||
"type": "TRMSG_PRE_BATTLE",
|
||
"en_US": [
|
||
"I was born in Floaroma Town.\n",
|
||
"I’m sure thrilled to be here.\r",
|
||
"It took a long time to get here.\n",
|
||
"We’re not going to lose again!\r"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_DEFEAT",
|
||
"en_US": [
|
||
"We went down...\n",
|
||
"We couldn’t stick it out...\n"
|
||
]
|
||
},
|
||
{
|
||
"type": "TRMSG_POST_BATTLE",
|
||
"en_US": [
|
||
"You can level all you want, but that\n",
|
||
"won’t guarantee you any wins.\r",
|
||
"But we keep trying to get better.\n",
|
||
"That’s what makes us Trainers.\n"
|
||
]
|
||
}
|
||
]
|
||
} |