ShiftMana.lua 418 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/Mage/Enchanter/Coercer/ShiftMana.lua
  3. Script Author : Jabantiz
  4. Script Date : 2014.03.14 06:03:11
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, Power)
  9. -- Increases power of caster by 6 instantly and every 4 seconds
  10. SpellHeal("Power", Power)
  11. end
  12. function tick(Caster, Target, Power)
  13. SpellHeal("Power", Power)
  14. end