FavorofthePhoenix.lua 354 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Commoner/FavorofthePhoenix.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.05 03:11:06
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Resurrects target with 15% health and power
  9. function cast(Caster, Target)
  10. Resurrect(15, 15, 1)
  11. Say(Caster, "Summoning Sickness not implemented.")
  12. end