Files
Terrarum/assets/raw/creatures/CreatureHuman.json
Song Minjae 35a723ee0f actor AI from Lua script
Former-commit-id: 184160efc59c4f846f1cc154fe3e60d21b301ee3
Former-commit-id: 4e228542975ea52945a597b7ca1bc06b407c3be7
2016-12-26 23:55:54 +09:00

28 lines
485 B
JSON

{
"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
}