Class SlowDownSpell

All Implemented Interfaces:
EquipListener, Killer, Dateable, Cloneable, Iterable<String>, Serializable

public class SlowDownSpell extends Spell
Slow down spell
Author:
madmetzger
  • Constructor Details

    • SlowDownSpell

      public SlowDownSpell(String name, Nature nature, int amount, int atk, int cooldown, int def, double lifesteal, int mana, int minimumlevel, int range, int rate, int regen, double modifier)
    • SlowDownSpell

      public SlowDownSpell(RPObject object)
  • Method Details

    • doEffects

      protected void doEffects(Player caster, Entity target)
      Description copied from class: Spell
      Provides the concrete behaviour of each concrete spell, i.e. a healing effect should done here
      Specified by:
      doEffects in class Spell