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

public class TintedLens extends AbstractAbility
Increases the power of not very effective moves.
  • Constructor Details

    • TintedLens

      public TintedLens()
  • Method Details

    • modifyDamageUser

      public int modifyDamageUser(int damage, PixelmonWrapper user, PixelmonWrapper pokemon, Attack a)
      Description copied from interface: Ability
      Triggers when the Pokémon deals direct damage.
      Parameters:
      damage - The amount of damage dealt.
      user - The attack's user.
      pokemon - The attack's target.
      a - The attack.
      Returns:
      The modified damage.