IndomitableWill.lua 415 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Fighter/Brawler/Bruiser/IndomitableWill.lua
  3. Script Author : Jabantiz
  4. Script Date : 2014.03.11 05:03:54
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, levels)
  9. -- Dispels 15 levels of physical and arcane hostile effects on caster
  10. CureByType(1, 1, "", levels) -- trauma
  11. CureByType(1, 2, "", levels) -- arcane
  12. end