trying to balance digging speeds some more

This commit is contained in:
kaadmy 2015-09-23 11:40:40 -07:00
parent e9adaeae17
commit c4a2130f5f

View File

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