public class DragonDarts extends SpecialAttackBase
Modifier and Type | Field and Description |
---|---|
int |
maxHits |
int |
minHits |
modifiers
Constructor and Description |
---|
DragonDarts() |
Modifier and Type | Method and Description |
---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before move connects.
|
void |
applyMissEffect(PixelmonWrapper user,
PixelmonWrapper target)
If Dragon Darts would not affect the target, it will target an ally Pokémon with both hits.
|
boolean |
repeatsAttack()
Determines whether the attack will continue.
|
applyAfterEffect, applyEffect, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public boolean repeatsAttack()
public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
SpecialAttackBase
applyEffectDuring
in class SpecialAttackBase
user
- The move's user.target
- The move's target.public void applyMissEffect(PixelmonWrapper user, PixelmonWrapper target)
applyMissEffect
in class EffectBase
user
- The move's user.target
- The move's target.