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

public class Stench extends AbstractAbility
10% chance of damaging moves making the target flinch.
  • Constructor Details

    • Stench

      public Stench()
  • Method Details

    • getMultiplier

      public float getMultiplier(AbstractSpawner spawner, SpawnInfo spawnInfo, float sum, float rarity)
    • modifyMoveEffects

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