--[[ Script Name : Spells/Traditions/IntimidatingGrowl.lua Script Author : neatz09 Script Date : 2020.08.18 01:08:38 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Increases Defense of target by 0.0 function cast(Caster, Target) Say(Target, "Hah, nice try! That's not implemented yet!") end