eq2emu-content/Spells/Commoner/RodentReflexes.lua
2024-10-26 11:37:28 +00:00

16 lines
327 B
Lua

--[[
Script Name : Spells/Commoner/RodentReflexes.lua
Script Author : LordPazuzu
Script Date : 2024.05.09 03:05:35
Script Purpose :
:
--]]
function cast(Caster, Target)
AddSpellBonus(Caster, 2, 5)
end
function remove(Caster, Target)
RemoveSpellBonus()
end