wooden pickaxe adjustments

This commit is contained in:
minjaesong
2023-10-12 19:54:16 +09:00
parent 58fa1dd56c
commit d8abec381b
11 changed files with 98 additions and 10 deletions

View File

@@ -10,12 +10,12 @@
"accel": 0.67,
"speed": 3.0,
"speedmult": [100,100,100,100,100,100,100],
"speedmult": [90,95,98,100,102,105,110],
"vertstride": 12,
"jumppower": 13.0,
"jumppowermult": [100,100,100,100,100,100,100],
"jumppowermult": [90,95,98,100,102,105,110],
"scale": 1.0,
"scalemult": [100,100,100,100,100,100,100],
@@ -25,7 +25,7 @@
"reach": 100,
"toolsize": 15,
"intelligent": true,
"barehandactionminheight": 80,
"basebarehanddiggingsize": 8

View File

@@ -0,0 +1,33 @@
{
"racename": "RACE_HUMAN",
"racenameplural": "RACE_HUMAN_PLURAL",
"baseheight": 40,
"basemass": 60.0,
"strength": 1000,
"strengthmult": [100,100,100,100,100,100,100],
"accel": 0.67,
"speed": 3.0,
"speedmult": [100,100,100,100,100,100,100],
"vertstride": 12,
"jumppower": 13.0,
"jumppowermult": [100,100,100,100,100,100,100],
"scale": 1.0,
"scalemult": [100,100,100,100,100,100,100],
"encumbrance": 1000,
"defence": 100,
"reach": 100,
"toolsize": 15,
"intelligent": true,
"barehandactionminheight": 80,
"basebarehanddiggingsize": 8
}