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

public class MarvelScale extends AbstractAbility
Raises the Defense stat by 50% if the Pokémon with this Ability is suffering from a status condition.
  • Constructor Details

    • MarvelScale

      public MarvelScale()
  • Method Details

    • modifyStatsCancellable

      public int[] modifyStatsCancellable(PixelmonWrapper user, int[] stats)
      Description copied from interface: Ability
      Modifies the Pokémon's stats at the beginning of a battle turn. Affected by Abilities that negate other Abilities.
      Parameters:
      user - The Pokémon.
      stats - The Pokémon's stats.
      Returns:
      The modified stats.