ReformingSoul.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : Spells/Priest/Cleric/Inquisitor/ReformingSoul.lua
  3. Script Author : John Adams
  4. Script Date : 2013.08.11 06:08:42
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. Resurrect(15, 15, 1)
  10. Say(Caster, "casts 2 subspells")
  11. end
  12. -- Info from spell_display_effects (remove from script when done)
  13. -- Resurrects target with 15% health and power
  14. -- Applies Reforming Soul on termination. Lasts for 1 minute.
  15. -- Increases Mitigation of target vs noxious and arcane damage by 220
  16. -- Heals target for 27.6% of max health
  17. -- Increases Mitigation of target vs elemental damage by 220
  18. -- Applies Revived Sickness on termination. Lasts for 2 minutes.
  19. -- Decreases Toughness of target by 75.0
  20. -- Decreases Lethality of target by 75.0
  21. -- Decreases All Attributes of target by 20.0%
  22. -- If not between levels 1 - 6
  23. -- Decreases Attack Speed of target by 20.0
  24. -- If not between levels 1 - 6
  25. -- Decreases Attack Speed of target by 5.0
  26. -- If between levels 1 - 6
  27. -- Decreases All Attributes of target by 5.0%
  28. -- If between levels 1 - 6
  29. -- If outside an arena