public class DoSetDamage extends SpecialAttackBase
modifiers| Constructor and Description |
|---|
DoSetDamage(Value... values)
Initializes the effect.
|
| Modifier and Type | Method and Description |
|---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before move connects.
|
applyAfterEffect, applyEffect, cantMiss, ignoresWeather, modifyPriorityapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic DoSetDamage(Value... values)
values - The amount of damage to deal.public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
SpecialAttackBaseapplyEffectDuring in class SpecialAttackBaseuser - The move's user.target - The move's target.