eq2emu-content/Spells/Commoner/HomemadeMealGenericMaxHpStr.lua
2025-07-05 00:00:06 +00:00

9 lines
No EOL
218 B
Lua
Executable file

function cast(Caster, Target, Regen, HP, STR)
AddSpellBonus(Target, 603, Regen)
AddSpellBonus(Target, 606, HP)
AddSpellBonus(Target, 0, STR)
end
function remove(Caster, Target)
RemoveSpellBonus(Target)
end