public class NightShade extends SpecialAttackBase
Deals damage equal to the user's pokemonLevel.
  • Constructor Details

    • NightShade

      public NightShade()
  • Method Details

    • doUniqueDamageCalc

      public int doUniqueDamageCalc(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from class: SpecialAttackBase
      Used when an attack needs to deal damage that doesn't use the normal damage calculator.
      Overrides:
      doUniqueDamageCalc in class SpecialAttackBase
      Parameters:
      user - The Pixelmon using the move.
      target - The Pixelmon that will take damage.
      Returns:
      The amount of damage dealt.