require("modifiers") function onGain(owner, effect, actionContainer) owner.AddMod(modifiersGlobal.RegenDown, effect.GetMagnitude()); end function onLose(owner, effect, actionContainer) owner.SubtractMod(modifiersGlobal.RegenDown, effect.GetMagnitude()); end