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

public class Moody extends AbstractAbility
Raises a random stat by two stages and lowers another stat by one stage each turn. Does not affect Evasion or Accuracy
  • Constructor Details

    • Moody

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