12345678910111213141516171819 |
- --[[
- Script Name : Spells\Tradidtions\FaeQuickThinking.lua
- Script Author : Zcoretri
- Script Date : 2012.07.31
- Script Notes : Improves the casting speed of beneficial spells by 2%.
- --]]
- function cast(Caster, Target, Defense, SkillAmt, Stats)
- --AddSpellBonus(Target, 0, Stats) -- STR needs to fixed to allow 0
- end
- function tick(Caster, Target, Type, Min, Max)
- end
- function remove(Caster, Target, Type, Min, Max)
- --RemoveSkillBonus(Target)
- --RemoveSpellBonus(Target)
- end
|