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

public class Justified extends AbstractAbility
Raises attack stat of user by .5 every time a Dark move hits the user.
  • Constructor Details

    • Justified

      public Justified()
  • Method Details

    • tookDamageTarget

      public void tookDamageTarget(int damage, PixelmonWrapper user, PixelmonWrapper target, Attack a)
      Description copied from interface: Ability
      Triggers after the Pokémon takes damage.
      Parameters:
      damage - The amount of damage dealt.
      user - The attack's user.
      target - The attack's target.
      a - The attack.