trying to balance tool levels a bit
This commit is contained in:
parent
f9e121fe85
commit
e013cb73b9
|
@ -50,17 +50,17 @@ else
|
|||
tool_levels = {
|
||||
wood = {
|
||||
[3] = 2.0,
|
||||
[2] = 2.6,
|
||||
[2] = 2.8,
|
||||
},
|
||||
stone = {
|
||||
[3] = 1.2,
|
||||
[2] = 2.2,
|
||||
[1] = 2.8,
|
||||
[3] = 1.0,
|
||||
[2] = 1.7,
|
||||
[1] = 2.1,
|
||||
},
|
||||
steel = {
|
||||
[3] = 0.4,
|
||||
[2] = 1.2,
|
||||
[1] = 2.0,
|
||||
[2] = 0.9,
|
||||
[1] = 1.7,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue