mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
wooden pickaxe adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
33
assets/mods/basegame/creatures/CreaturePlayer.json
Normal file
33
assets/mods/basegame/creatures/CreaturePlayer.json
Normal 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user