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

public class Download extends AbstractAbility
Increases the attack stat that targets the opponent's lower Defense stat.
  • Constructor Details

    • Download

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