public class MeteorBeam extends MultiTurnCharge
modifiers
Constructor and Description |
---|
MeteorBeam()
Initializes Meteor Beam.
|
Modifier and Type | Method and Description |
---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Triggers before the move hits the target.
|
applyMissEffect, cantMiss, isCharging, removeEffect, shouldNotLosePP, weightEffect
applyEffect, decrementTurnCount, doesPersist, getTurnCount, ignoresType, setPersists, setTurnCount
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, changeChance, checkChance, dealtDamage, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness
public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
MultiTurnSpecialAttackBase
applyEffectDuring
in class MultiTurnCharge
user
- The move's user.target
- The move's target.