mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
first working staircasing but barely
This commit is contained in:
@@ -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],
|
||||
|
||||
|
||||
31
assets/mods/basegame/creatures/CreatureWerebeastBase.json
Normal file
31
assets/mods/basegame/creatures/CreatureWerebeastBase.json
Normal 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user