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

65 lines
1.6 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": "Sergio",
"class": "TRAINER_CLASS_ACE_TRAINER_SNOW_MALE",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC",
"AI_FLAG_EVAL_ATTACK",
"AI_FLAG_EXPERT"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_SNOVER",
"form": 0,
"level": 41,
"item": null,
"moves": [
"MOVE_ICE_SHARD",
"MOVE_SWAGGER",
"MOVE_ICY_WIND",
"MOVE_WOOD_HAMMER"
],
"power": 60,
"ball_seal": 0
},
{
"species": "SPECIES_SNEASEL",
"form": 0,
"level": 42,
"item": null,
"moves": [
"MOVE_ICY_WIND",
"MOVE_SLASH",
"MOVE_FAINT_ATTACK",
"MOVE_QUICK_ATTACK"
],
"power": 60,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"en_US": [
"...Its t-too cold.\n",
"I cant even feel my t-tongue.\r"
]
},
{
"type": "TRMSG_DEFEAT",
"en_US": [
"This result...\n",
"...Its cold. Bitter cold.\n"
]
},
{
"type": "TRMSG_POST_BATTLE",
"en_US": [
"The higher up you slide from, the\n",
"more speed youll have to smash\f",
"those big snowballs.\n"
]
}
]
}