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

public class Hydration extends AbstractAbility
Heals and prevents the all non-volatile statuses on the Pokémon while it is raining.
  • Constructor Details

    • Hydration

      public Hydration()
  • Method Details

    • applyRepeatedEffect

      public void applyRepeatedEffect(PixelmonWrapper pokemon)
      Description copied from interface: Ability
      Fires at the end of the turn.
      Parameters:
      pokemon - The Pokémon with the Ability.