public class ScaleShot extends SpecialAttackBase
modifiers
Constructor and Description |
---|
ScaleShot() |
Modifier and Type | Method and Description |
---|---|
void |
dealtDamage(PixelmonWrapper attacker,
PixelmonWrapper defender,
Attack attack,
DamageTypeEnum damageType)
Triggers when an attacker deals damage.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public void dealtDamage(PixelmonWrapper attacker, PixelmonWrapper defender, Attack attack, DamageTypeEnum damageType)
EffectBase
dealtDamage
in class EffectBase
attacker
- The source of the damage.defender
- The target of the damage.attack
- The attack used by the attacker.damageType
- The type of damage that was dealt.