123456789101112131415 |
- --[[
- Script Name : Spells/Mage/Sorcerer/Warlock/GraspofBertoxxulous.lua
- Script Author : Jabantiz
- Script Date : 2014.03.07 08:03:32
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- On a combat hit this spell may cast Venomous Runes on target of attack. Lasts for 16.0 seconds. Triggers about 2.0 times per minute.
- -- Inflicts 17 - 21 poison damage on target instantly and every 4 seconds
- function cast(Caster, Target)
- Say(Target, "Hah, nice try! That's not implemented yet!")
- end
|