public class SuperEffectiveBoost extends SpecialAttackBase
modifiers
Constructor and Description |
---|
SuperEffectiveBoost() |
Modifier and Type | Method and Description |
---|---|
int |
modifyDamage(int damage,
PixelmonWrapper source,
PixelmonWrapper target,
Attack a)
Triggers when the Pokémon deals direct damage.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public int modifyDamage(int damage, PixelmonWrapper source, PixelmonWrapper target, Attack a)
EffectBase
modifyDamage
in class EffectBase
damage
- The amount of damage dealt.source
- The attack's user.target
- The attack's target.a
- The attack.