SpiritGuideItem.lua 419 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Commoner/SpiritGuideItem.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.05 03:11:14
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Resurrects target with 15% health and power
  10. function cast(Caster, Target)
  11. Resurrect(15, 15, 1)
  12. Say(Caster, "Summoning Sickness not implemented.")
  13. end