Use the actual ability descriptions

With the implementation of text scrolling in the ability text box, the shortening is no longer necessary.
This commit is contained in:
Madmadness65 2023-12-11 11:23:00 -06:00
parent 7047448382
commit 9d3b936ade
1 changed files with 30 additions and 30 deletions

View File

@ -1882,41 +1882,41 @@ export function initAbilities() {
new Ability(Abilities.AS_ONE_SPECTRIER, "As One (N)", "This Ability combines the effects of both Calyrex's Unnerve Ability and Spectrier's Grim Neigh Ability.", 8),
new Ability(Abilities.LINGERING_AROMA, "Lingering Aroma (N)", "Contact with the Pokémon changes the attacker's Ability to Lingering Aroma.", 9),
new Ability(Abilities.SEED_SOWER, "Seed Sower (N)", "Turns the ground into Grassy Terrain when the Pokémon is hit by an attack.", 9),
new Ability(Abilities.THERMAL_EXCHANGE, "Thermal Exchange (N)", "Unable to be burned, boosts Attack when hit with Fire-type attacks.", 9),
new Ability(Abilities.ANGER_SHELL, "Anger Shell (N)", "When below half HP, Def and Sp. Def go down, but Atk, Sp. Atk, and Speed go up.", 9),
new Ability(Abilities.PURIFYING_SALT, "Purifying Salt (N)", "Protected from status conditions and halved damage from Ghost-type moves.", 9),
new Ability(Abilities.WELL_BAKED_BODY, "Well-Baked Body (N)", "Immune to Fire-type moves. Instead, its Defense stat is sharply boosted.", 9),
new Ability(Abilities.WIND_RIDER, "Wind Rider (N)", "Immunity to wind moves. Ups Attack if hit by one, or if Tailwind is in effect.", 9),
new Ability(Abilities.GUARD_DOG, "Guard Dog (N)", "Ups Attack if intimidated. The Pokémon cannot be forcefully switched out.", 9),
new Ability(Abilities.THERMAL_EXCHANGE, "Thermal Exchange (N)", "Boosts the Attack stat when the Pokémon is hit by a Fire-type move. The Pokémon also cannot be burned.", 9),
new Ability(Abilities.ANGER_SHELL, "Anger Shell (N)", "When an attack causes its HP to drop to half or less, the Pokémon gets angry. This lowers its Defense and Sp. Def stats but boosts its Attack, Sp. Atk, and Speed stats.", 9),
new Ability(Abilities.PURIFYING_SALT, "Purifying Salt (N)", "The Pokémon's pure salt protects it from status conditions and halves the damage taken from Ghost-type moves.", 9),
new Ability(Abilities.WELL_BAKED_BODY, "Well-Baked Body (N)", "The Pokémon takes no damage when hit by Fire-type moves. Instead, its Defense stat is sharply boosted.", 9),
new Ability(Abilities.WIND_RIDER, "Wind Rider (N)", "Boosts the Pokémon's Attack stat if Tailwind takes effect or if the Pokémon is hit by a wind move. The Pokémon also takes no damage from wind moves.", 9),
new Ability(Abilities.GUARD_DOG, "Guard Dog (N)", "Boosts the Pokémon's Attack stat if intimidated. Moves and items that would force the Pokémon to switch out also fail to work.", 9),
new Ability(Abilities.ROCKY_PAYLOAD, "Rocky Payload (N)", "Powers up Rock-type moves.", 9),
new Ability(Abilities.WIND_POWER, "Wind Power (N)", "Wind moves charge the Pokémon, boosting the next Electric-type move.", 9),
new Ability(Abilities.WIND_POWER, "Wind Power (N)", "The Pokémon becomes charged when it is hit by a wind move, boosting the power of the next Electric-type move the Pokémon uses.", 9),
new Ability(Abilities.ZERO_TO_HERO, "Zero to Hero (N)", "The Pokémon transforms into its Hero Form when it switches out.", 9),
new Ability(Abilities.COMMANDER, "Commander (N)", "If with an ally Dondozo, it becomes one with it and controls the ally from within.", 9),
new Ability(Abilities.ELECTROMORPHOSIS, "Electromorphosis (N)", "Taking damage charges the Pokémon, boosting the next Electric-type move.", 9),
new Ability(Abilities.PROTOSYNTHESIS, "Protosynthesis (N)", "Boosts the Pokémon's best stat in sunlight or if a Booster Energy is held.", 9),
new Ability(Abilities.QUARK_DRIVE, "Quark Drive (N)", "Boosts the Pokémon's best stat on Electric Terrain or with Booster Energy.", 9),
new Ability(Abilities.GOOD_AS_GOLD, "Good as Gold (N)", "The body of solid gold gives full immunity to other Pokémon's status moves.", 9),
new Ability(Abilities.VESSEL_OF_RUIN, "Vessel of Ruin (N)", "The ruinous vessel lowers the Sp. Atk stats of all Pokémon except itself.", 9),
new Ability(Abilities.SWORD_OF_RUIN, "Sword of Ruin (N)", "The ruinous sword lowers the Defense stats of all Pokémon except itself.", 9),
new Ability(Abilities.TABLETS_OF_RUIN, "Tablets of Ruin (N)", "The ruinous tablets lowers the Attack stats of all Pokémon except itself.", 9),
new Ability(Abilities.BEADS_OF_RUIN, "Beads of Ruin (N)", "The ruinous beads lowers the Sp. Def stats of all Pokémon except itself.", 9),
new Ability(Abilities.ORICHALCUM_PULSE, "Orichalcum Pulse (N)", "Sunlight turns harsh on entry. Attack is also boosted in harsh sunlight.", 9),
new Ability(Abilities.HADRON_ENGINE, "Hadron Engine (N)", "Sets Electric Terrain on entry. Sp. Atk is also boosted on Electric Terrain.", 9),
new Ability(Abilities.OPPORTUNIST, "Opportunist (N)", "If an opponent's stat is boosted, the Pokémon boosts the same stat itself.", 9),
new Ability(Abilities.CUD_CHEW, "Cud Chew (N)", "When a Berry is eaten, it will be eaten again at the end of the next turn.", 9),
new Ability(Abilities.COMMANDER, "Commander (N)", "When the Pokémon enters a battle, it goes inside the mouth of an ally Dondozo if one is on the field. The Pokémon then issues commands from there.", 9),
new Ability(Abilities.ELECTROMORPHOSIS, "Electromorphosis (N)", "The Pokémon becomes charged when it takes damage, boosting the power of the next Electric-type move the Pokémon uses.", 9),
new Ability(Abilities.PROTOSYNTHESIS, "Protosynthesis (N)", "Boosts the Pokémon's most proficient stat in harsh sunlight or if the Pokémon is holding Booster Energy.", 9),
new Ability(Abilities.QUARK_DRIVE, "Quark Drive (N)", "Boosts the Pokémon's most proficient stat on Electric Terrain or if the Pokémon is holding Booster Energy.", 9),
new Ability(Abilities.GOOD_AS_GOLD, "Good as Gold (N)", "A body of pure, solid gold gives the Pokémon full immunity to other Pokémon's status moves.", 9),
new Ability(Abilities.VESSEL_OF_RUIN, "Vessel of Ruin (N)", "The power of the Pokémon's ruinous vessel lowers the Sp. Atk stats of all Pokémon except itself.", 9),
new Ability(Abilities.SWORD_OF_RUIN, "Sword of Ruin (N)", "The power of the Pokémon's ruinous sword lowers the Defense stats of all Pokémon except itself.", 9),
new Ability(Abilities.TABLETS_OF_RUIN, "Tablets of Ruin (N)", "The power of the Pokémon's ruinous wooden tablets lowers the Attack stats of all Pokémon except itself.", 9),
new Ability(Abilities.BEADS_OF_RUIN, "Beads of Ruin (N)", "The power of the Pokémon's ruinous beads lowers the Sp. Def stats of all Pokémon except itself.", 9),
new Ability(Abilities.ORICHALCUM_PULSE, "Orichalcum Pulse (N)", "Turns the sunlight harsh when the Pokémon enters a battle. The ancient pulse thrumming through the Pokémon also boosts its Attack stat in harsh sunlight.", 9),
new Ability(Abilities.HADRON_ENGINE, "Hadron Engine (N)", "Turns the ground into Electric Terrain when the Pokémon enters a battle. The futuristic engine within the Pokémon also boosts its Sp. Atk stat on Electric Terrain.", 9),
new Ability(Abilities.OPPORTUNIST, "Opportunist (N)", "If an opponent's stat is boosted, the Pokémon seizes the opportunity to boost the same stat for itself.", 9),
new Ability(Abilities.CUD_CHEW, "Cud Chew (N)", "When the Pokémon eats a Berry, it will regurgitate that Berry at the end of the next turn and eat it one more time.", 9),
new Ability(Abilities.SHARPNESS, "Sharpness (N)", "Powers up slicing moves.", 9),
new Ability(Abilities.SUPREME_OVERLORD, "Supreme Overlord (N)", "Its Atk and Sp. Atk are boosted slightly for each defeated ally.", 9),
new Ability(Abilities.SUPREME_OVERLORD, "Supreme Overlord (N)", "When the Pokémon enters a battle, its Attack and Sp. Atk stats are slightly boosted for each of the allies in its party that have already been defeated.", 9),
new Ability(Abilities.COSTAR, "Costar (N)", "When the Pokémon enters a battle, it copies an ally's stat changes.", 9),
new Ability(Abilities.TOXIC_DEBRIS, "Toxic Debris (N)", "Spreads Toxic Spikes when taking damage from physical moves.", 9),
new Ability(Abilities.ARMOR_TAIL, "Armor Tail (N)", "Foes are unable to use priority moves against the Pokémon or its allies.", 9),
new Ability(Abilities.EARTH_EATER, "Earth Eater", "Restores HP if hit by a Ground-type move instead of taking damage.", 9)
new Ability(Abilities.TOXIC_DEBRIS, "Toxic Debris (N)", "Scatters poison spikes at the feet of the opposing team when the Pokémon takes damage from physical moves.", 9),
new Ability(Abilities.ARMOR_TAIL, "Armor Tail (N)", "The mysterious tail covering the Pokémon's head makes opponents unable to use priority moves against the Pokémon or its allies.", 9),
new Ability(Abilities.EARTH_EATER, "Earth Eater", "If hit by a Ground-type move, the Pokémon has its HP restored instead of taking damage.", 9)
.attr(TypeImmunityHealAbAttr, Type.GROUND),
new Ability(Abilities.MYCELIUM_MIGHT, "Mycelium Might (N)", "Using a status move is slower, but it cannot be prevented by abilities.", 9),
new Ability(Abilities.MINDS_EYE, "Mind's Eye (N)", "Ignores foe's evasion, accuracy can't be lowered, and can hit Ghost types.", 9),
new Ability(Abilities.SUPERSWEET_SYRUP, "Supersweet Syrup (N)", "On entry, the enemy's Evasion is lowered once per battle.", 9),
new Ability(Abilities.HOSPITALITY, "Hospitality (N)", "On entry, an ally's HP is restored by 25 percent.", 9),
new Ability(Abilities.TOXIC_CHAIN, "Toxic Chain (N)", "The Pokémon's attacks have a chance to badly poison targets.", 9),
new Ability(Abilities.EMBODY_ASPECT, "Embody Aspect (N)", "A stat is boosted depending on the Mask held by the Pokémon.", 9),
new Ability(Abilities.MYCELIUM_MIGHT, "Mycelium Might (N)", "The Pokémon will always act more slowly when using status moves, but these moves will be unimpeded by the Ability of the target.", 9),
new Ability(Abilities.MINDS_EYE, "Mind's Eye (N)", "The Pokémon ignores changes to opponents' evasiveness, its accuracy can't be lowered, and it can hit Ghost types with Normal- and Fighting-type moves.", 9),
new Ability(Abilities.SUPERSWEET_SYRUP, "Supersweet Syrup (N)", "A sickly sweet scent spreads across the field the first time the Pokémon enters a battle, lowering the evasiveness of opposing Pokémon.", 9),
new Ability(Abilities.HOSPITALITY, "Hospitality (N)", "When the Pokémon enters a battle, it showers its ally with hospitality, restoring a small amount of the ally's HP.", 9),
new Ability(Abilities.TOXIC_CHAIN, "Toxic Chain (N)", "The power of the Pokémon's toxic chain may badly poison any target the Pokémon hits with a move.", 9),
new Ability(Abilities.EMBODY_ASPECT, "Embody Aspect (N)", "Depending on the Mask held, the Pokémon receives a boost to either their Attack, Defense, Sp. Def, or Speed.", 9),
new Ability(Abilities.MOUNTAINEER, "Mountaineer (N)", "", 5),
new Ability(Abilities.WAVE_RIDER, "Wave Rider (N)", "", 5),
new Ability(Abilities.SKATER, "Skater (N)", "", 5),