DemonstrationofFaith.lua 389 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/Fighter/Crusader/Paladin/DemonstrationofFaith.lua
  3. Script Author : Jabantiz
  4. Script Date : 2013.12.06 06:12:26
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, WardAmt)
  9. -- Wards target against 179 points of all damage
  10. AddWard(WardAmt)
  11. end
  12. function remove(Caster, Target)
  13. RemoveWard()
  14. end