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

public class GrimNeigh extends AbstractAbility
Increases attack by one stage when the user KOs a Pokémon.
  • Constructor Details

    • GrimNeigh

      public GrimNeigh()
  • Method Details

    • onTargetKnockedOut

      public void onTargetKnockedOut(PixelmonWrapper abilityUser, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers if the user of the ability was responsible for knocking out the target.
      Parameters:
      abilityUser - - The Pixelmon with the ability. The one responsible for knocking out the target.
      target - - The Pokémon that fainted. Not necessarily an opponent.