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

public class EffectSpore extends AbstractAbility
30% chance of poisoning, paralyzing, or putting to sleep a Pokémon who makes contact.
  • Constructor Details

    • EffectSpore

      public EffectSpore()
  • Method Details

    • applyEffectOnContactTarget

      public void applyEffectOnContactTarget(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers when another Pokémon makes contact with this Pokémon.
      Parameters:
      user - The attack's user.
      target - The attack's target.