mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
15 lines
No EOL
305 B
Lua
15 lines
No EOL
305 B
Lua
--[[
|
|
Script Name : Spells/Savvy.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2024.04.30 04:04:52
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target)
|
|
AddSpellBonus(Caster, 4, 4)
|
|
end
|
|
|
|
function remove(Caster, Target)
|
|
RemoveSpellBonus()
|
|
end |