All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class WhiteSmoke extends PreventStatDrop
Prevents the Pokémon's stats from being lowered.
  • Constructor Details

    • WhiteSmoke

      public WhiteSmoke()
      Initializes the Ability.
  • Method Details

    • getMultiplier

      public float getMultiplier(AbstractSpawner spawner, SpawnInfo spawnInfo, float sum, float rarity)
    • canBeIgnored

      public boolean canBeIgnored()
      Description copied from interface: Ability
      Returns whether the ability can be bypassed by moves that ignore abilities or not. e.g. Moldbreaker or G-Max Drum Solo
      Specified by:
      canBeIgnored in interface Ability
      Overrides:
      canBeIgnored in class PreventStatDrop
      Returns:
      Whether the ability can be ignored.