mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
9 lines
No EOL
218 B
Lua
Executable file
9 lines
No EOL
218 B
Lua
Executable file
function cast(Caster, Target, Regen, HP, MP)
|
|
AddSpellBonus(Target, 603, Regen)
|
|
AddSpellBonus(Target, 606, HP)
|
|
AddSpellBonus(Target, 619, MP)
|
|
end
|
|
|
|
function remove(Caster, Target)
|
|
RemoveSpellBonus(Target)
|
|
end |