Files
Terrarum/assets/raw/creatures/CreatureHuman.json
Song Minjae 17c39c1824 Player movement seems like back to working, res→assets
Former-commit-id: f91181caee4dabf4cb2e51d8077441c6b0f83757
Former-commit-id: 8b450303698c5c85dea9145a056b290b95a6a7b0
2016-08-02 17:32:42 +09:00

28 lines
491 B
JSON

{
"racename": "RACE_HUMAN",
"racenameplural": "RACE_HUMAN_PLURAL",
"baseheight": 40,
"basemass": 60.0,
"strength": 1000,
"strengthmult": [100,100,100,100,100,100,100],
"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,
"physiquemult": [100,100,100,100,100,100,100],
"encumbrance": 1000,
"basedefence": 100,
"toolsize": 15,
"intelligent": true
}