@Deprecated(forRemoval=true) public class TripleKick extends SpecialAttackBase
Deprecated, for removal: This API element is subject to removal in a future version.
: Use CheckedStrikes instead.
Damages the target thrice, increasing in damage for each hit.
  • Constructor Details

    • TripleKick

      public TripleKick()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • applyEffectStart

      public AttackResult applyEffectStart(PixelmonWrapper user, PixelmonWrapper target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: EffectBase
      Causes effects before the move's power is calculated.
      Overrides:
      applyEffectStart in class EffectBase
      Parameters:
      user - The move's user.
      target - The move's target.
      Returns:
      The result of the effect.