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

public class BadDreams extends AbstractAbility
Damages sleeping Pokémon by 1/8 hp every turn.
  • Constructor Details

    • BadDreams

      public BadDreams()
  • Method Details

    • applyRepeatedEffect

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