Verdict.lua 895 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : Spells/Priest/Cleric/Inquisitor/Verdict.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.26 11:10:48
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Applies Verdict on termination.
  10. -- Reduces target's health to 1.
  11. -- If under 5% Health
  12. -- Applies Verdict.
  13. -- Reduces target's health to 1.
  14. -- If Target is Weak
  15. -- If under 50% Health
  16. -- Applies Verdict.
  17. -- Reduces target's health to 1.
  18. -- Certain creature strengths only
  19. -- If under 25% Health
  20. -- Applies Verdict.
  21. -- Reduces target's health to 1.
  22. -- If Target is stronger than Standard
  23. -- If under 10% Health
  24. -- Applies Verdict.
  25. -- Reduces target's health to 1.
  26. -- If Target is Epic
  27. -- If under 2% Health
  28. -- Cannot be modified except by direct means