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

82 lines
2.1 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": "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",
"Im sure thrilled to be here.\r",
"It took a long time to get here.\n",
"Were not going to lose again!\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"We went down...\n",
"We couldnt stick it out...\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"You can level all you want, but that\n",
"wont guarantee you any wins.\r",
"But we keep trying to get better.\n",
"Thats what makes us Trainers.\n"
]
}
]
}