All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class Normalize extends Ate
Turns all of the Pokémon's moves into Normal-type moves and boosts them by 20%.
  • Constructor Details

    • Normalize

      public Normalize()
  • Method Details

    • modifyPowerAndAccuracyUser

      public int[] modifyPowerAndAccuracyUser(int power, int accuracy, PixelmonWrapper user, PixelmonWrapper target, Attack a)
      Description copied from interface: Ability
      Modifies the power and accuracy of the Pokémon's attack.
      Specified by:
      modifyPowerAndAccuracyUser in interface Ability
      Overrides:
      modifyPowerAndAccuracyUser in class Ate
      Parameters:
      power - The attack's power.
      accuracy - The attack's accuracy.
      user - The attack's user.
      target - The attack's target.
      a - The attack.
      Returns:
      The modified power and accuracy.