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

public class Healer extends AbstractAbility
Has a 30% chance of healing an ally's status condition every turn.
  • Constructor Details

    • Healer

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