Class PopulationBomb
java.lang.Object
com.pixelmonmod.pixelmon.battles.attacks.EffectBase
com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
Deprecated, for removal: This API element is subject to removal in a future version.
Hits the target one to ten times in a row.
Each of Population Bomb's strikes has a separate accuracy check. If any strike fails, the move ends.
If the user is holding Loaded Dice or has Skill Link only one accuracy check is performed,
and it will hit between four and ten times (with an even chance of each number of hits).
Programmed similar to Triple Axel.
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
modifiers -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapplyEffectStart(PixelmonWrapper user, PixelmonWrapper target) Deprecated, for removal: This API element is subject to removal in a future version.Causes effects before the move's power is calculated.intgetCount()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
applyAfterEffect, applyAfterEffectOnTarget, applyEffect, applyEffectBeforeContactLate, applyEffectDuring, cantMiss, doUniqueDamageCalc, ignoresWeather, modifyPriority, overridesDefendingStat, shouldThawUserMethods inherited from class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterContactEffects, applyEffectAfterStatus, applyEffectHitOrMiss, applyMissEffect, canHitMultipleTargets, changeChance, checkChance, checkChance, checkChance, dealtDamage, dealtDamagePerHit, doesPersist, getChance, getWeightWithChance, isChance, isUser, modifyDamage, modifyPriority, modifyTargets, modifyTypeEffectiveness, preventsRedirection, setChance, weightEffect
-
Constructor Details
-
PopulationBomb
public PopulationBomb()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
applyEffectStart
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:EffectBaseCauses effects before the move's power is calculated.- Overrides:
applyEffectStartin classEffectBase- Parameters:
user- The move's user.target- The move's target.- Returns:
- The result of the effect.
-
getCount
public int getCount()Deprecated, for removal: This API element is subject to removal in a future version.
-
CheckedStrikesinstead.