mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
mod support design wip
This commit is contained in:
28
assets/modules/basegame/creatures/CreatureHuman.json
Normal file
28
assets/modules/basegame/creatures/CreatureHuman.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"racename": "RACE_HUMAN",
|
||||
"racenameplural": "RACE_HUMAN_PLURAL",
|
||||
"baseheight": 40,
|
||||
"basemass": 60.0,
|
||||
|
||||
"strength": 1000,
|
||||
"strengthmult": [90,95,98,100,102,105,110],
|
||||
|
||||
"accel": 0.32,
|
||||
|
||||
"speed": 3.0,
|
||||
"speedmult": [100,100,100,100,100,100,100],
|
||||
|
||||
"jumppower": 4.3,
|
||||
"jumppowermult": [100,100,100,100,100,100,100],
|
||||
|
||||
"scale": 1.0,
|
||||
"scalemult": [100,100,100,100,100,100,100],
|
||||
|
||||
"encumbrance": 1000,
|
||||
"basedefence": 100,
|
||||
|
||||
"toolsize": 15,
|
||||
|
||||
"intelligent": true
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user