RockSkin.lua 478 B

123456789101112131415161718
  1. --[[
  2. Script Name : Spells/Fighter/Brawler/Bruiser/RockSkin.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.25 03:10:49
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Decreases Weapon Damage of caster by 50.0
  10. -- Slows caster by 88.9%
  11. -- Increases Mitigation of caster vs physical damage by 1727
  12. function cast(Caster, Target)
  13. AddSpellBonus(Target, 685, Dmg)
  14. end