Nerf lux tool durability.

3x the uses of lode was way too much.  1.5x before needing a
recharge sounds a little better.
This commit is contained in:
Aaron Suen 2019-09-05 23:17:17 -04:00
parent 07d381624e
commit 3b25121324

View File

@ -26,6 +26,7 @@ for _, shape in pairs({'mallet', 'spade', 'hatchet', 'pick', 'mattock'}) do
for k, v in pairs(orig.tool_capabilities.opts) do
tc[k] = v + 1
end
tc.uses = 0.5
def.tool_capabilities = nodecore.toolcaps(tc)
def.name = modname .. ":tool_" .. shape .. "_" .. temper