1234567891011121314151617 |
- --[[
- Script Name : Spells/Priest/Druid/Warden/InfuriatingThorns.lua
- Script Author : neatz09
- Script Date : 2020.09.02 12:09:58
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Applies Stoneskin Reaction. Lasts for 1.0 seconds.
- -- Triggers when a Stoneskin is consumed. Suspends all other stoneskins that match the damage types of this effect.
- -- Reduces all damage done to target by 100%
- -- Will absorb physical, elemental, noxious, arcane damage.
- -- When damaged this spell will cast Infuriating Thorns on target's attacker.
- -- Inflicts 896 piercing damage on target
- -- Cannot be modified except by direct means
- -- Grants a total of 3 triggers of the spell.
|