trying to balance tool levels a bit

This commit is contained in:
kaadmy 2015-10-24 13:26:53 -07:00
parent f9e121fe85
commit e013cb73b9

View File

@ -50,17 +50,17 @@ else
tool_levels = { tool_levels = {
wood = { wood = {
[3] = 2.0, [3] = 2.0,
[2] = 2.6, [2] = 2.8,
}, },
stone = { stone = {
[3] = 1.2, [3] = 1.0,
[2] = 2.2, [2] = 1.7,
[1] = 2.8, [1] = 2.1,
}, },
steel = { steel = {
[3] = 0.4, [3] = 0.4,
[2] = 1.2, [2] = 0.9,
[1] = 2.0, [1] = 1.7,
}, },
} }