ConversionoftheSoul.lua 653 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : Spells/Priest/Cleric/Inquisitor/ConversionoftheSoul.lua
  3. Script Author : neatz09
  4. Script Date : 2020.03.02 08:03:51
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Applies Conversion of the Soul on termination.
  9. -- Heals target for 50.0% of max health
  10. -- This effect cannot be critically applied.
  11. -- Increases power of target by 30.0%
  12. -- This effect cannot be critically applied.
  13. -- Resurrects target with 15% health and power
  14. -- If outside an arena
  15. function cast(Caster, Target)
  16. Resurrect(15, 15, 1)
  17. Say(Caster, "No Summoning sickness + may need subspell")
  18. end