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

public class SupersweetSyrup extends AbstractAbility
Lowers the evasion of opponents by one stage upon switching in the first time.
  • Constructor Details

    • SupersweetSyrup

      public SupersweetSyrup()
  • Method Details

    • applySwitchInEffect

      public void applySwitchInEffect(PixelmonWrapper newPokemon)
      Description copied from interface: Ability
      Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
      Parameters:
      newPokemon - The Pokémon switching in.