@Deprecated public class PopulationBomb extends SpecialAttackBase
Deprecated.
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.
  • Constructor Details

    • PopulationBomb

      public PopulationBomb()
      Deprecated.
  • Method Details

    • applyEffectStart

      public AttackResult applyEffectStart(PixelmonWrapper user, PixelmonWrapper target)
      Deprecated.
      Description copied from class: EffectBase
      Causes effects before the move's power is calculated.
      Overrides:
      applyEffectStart in class EffectBase
      Parameters:
      user - The move's user.
      target - The move's target.
      Returns:
      The result of the effect.
    • getCount

      public int getCount()
      Deprecated.