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

public class RainDish extends AbstractAbility
Heals the Pokémon by 1/16th of its maximum hp every turn in rain.
  • Constructor Details

    • RainDish

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