public class SelfBoost extends SpecialAttackBase
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 Soulblazemodifiers
Constructor and Description |
---|
SelfBoost() |
Modifier and Type | Method and Description |
---|---|
void |
applyEffectAfterAllTargets(PixelmonWrapper user)
Fires after the moves functionality has completed, after damage, etc.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public void applyEffectAfterAllTargets(PixelmonWrapper user)
applyEffectAfterAllTargets
in class EffectBase
user
- - The user of the move.