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