public class AlwaysHit extends AttackModifierBase
Makes the move ignore accuracy and evasion to always hit.
  • Field Details

  • Constructor Details

    • AlwaysHit

      public AlwaysHit(Value... values)
      Initializes the modifier.
      Parameters:
      values - Indicates that the move only has perfect accuracy under certain weather conditions.
  • Method Details