Thulecite Club is twice as efficient
Ham Bat scales from half to quarter efficiency
local function OnPerishChange(inst, data) local mod = TUNING.HAMBAT_MIN_DAMAGE_MODIFIER inst.components.tool:SetAction(ACTIONS.HAMMER, Remap(mod * data.percent, 0, mod, mod ^ 2, mod)) end inst:AddComponent("tool") inst.components.tool:SetAction(ACTIONS.HAMMER, TUNING.HAMBAT_MIN_DAMAGE_MODIFIER) inst:ListenForEvent("perishchange", OnPerishChange)
inst:AddComponent("tool") inst.components.tool:SetAction(ACTIONS.HAMMER, 2) inst.components.finiteuses:SetConsumption(ACTIONS.HAMMER, 1)