java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerShell
All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class AngerShell extends AbstractAbility
When the Pokémon's HP falls to 50% or lower, its Attack, Special Attack, and Speed rise by one stage each, while its Defense and Special Defense fall by one stage each.
  • Constructor Details

    • AngerShell

      public AngerShell()
  • Method Details

    • tookDamageTargetAfterMove

      public void tookDamageTargetAfterMove(PixelmonWrapper user, PixelmonWrapper target, Attack a, float damage)
      Description copied from interface: Ability
      Triggers at the end of an attack (after all hits of a multi-hit move) if the user takes damage.
      Parameters:
      user - The attack's user.
      target - The attack's target.
      a - The attack.