public class SelfBoost extends SpecialAttackBase
Created by Jay113355 on 2/17/2020. Unlike StatsEffect and RaiseStats this raises stats after the move and only if the move was a success. It also interacts with stat-modifying abilities such as Simple and Contrary normally. Used by the move Clanging Scales and its z-move Clangorous Soulblaze, as well as AncientPower
  • Constructor Details

    • SelfBoost

      public SelfBoost()
  • Method Details

    • applyEffectAfterAllTargets

      public void applyEffectAfterAllTargets(PixelmonWrapper user)
      Fires after the moves functionality has completed, after damage, etc.
      Overrides:
      applyEffectAfterAllTargets in class EffectBase
      Parameters:
      user - - The user of the move.
    • isUser

      public boolean isUser()
      Description copied from class: EffectBase
      Determines whether the move only affects the user.
      Overrides:
      isUser in class EffectBase
      Returns:
      Whether the move only affects the user.