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

public class PoisonTouch extends AbstractAbility
30% chance of poisoning a Pokémon upon making contact with it.
  • Constructor Details

    • PoisonTouch

      public PoisonTouch()
  • Method Details

    • modifyMoveEffectChanceUser

      public void modifyMoveEffectChanceUser(PixelmonWrapper user, PixelmonWrapper target, List<EffectBase> effects)
      Description copied from interface: Ability
      Allows the user to adjust the move's effects
      Parameters:
      user - The attacking Pokemon, with the ability.
      target - The Pokemon being attacked.
      effects - The current effects of the attack.