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

public class SereneGrace extends AbstractAbility
Doubles the chance of secondary effects occurring.
  • Constructor Details

    • SereneGrace

      public SereneGrace()
  • 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.