first working staircasing but barely

This commit is contained in:
minjaesong
2021-08-20 11:35:15 +09:00
parent 467e1dd252
commit c0b4a929ad
7 changed files with 84 additions and 39 deletions

View File

@@ -12,6 +12,8 @@
"speed": 3.0,
"speedmult": [100,100,100,100,100,100,100],
"vertstride": 8,
"jumppower": 13.0,
"jumppowermult": [100,100,100,100,100,100,100],

View File

@@ -0,0 +1,31 @@
{
"racename": "RACE_HUMAN",
"racenameplural": "RACE_HUMAN_PLURAL",
"baseheight": 90,
"basemass": 600.0,
"strength": 5000,
"strengthmult": [90,95,98,100,102,105,110],
"accel": 0.67,
"speed": 6.0,
"speedmult": [100,100,100,100,100,100,100],
"vertstride": 32,
"jumppower": 19.0,
"jumppowermult": [100,100,100,100,100,100,100],
"scale": 1.0,
"scalemult": [100,100,100,100,100,100,100],
"encumbrance": 10000,
"basedefence": 100,
"basereach": 114,
"toolsize": 40,
"intelligent": true
}