Files
Terrarum/res/raw/CreatureHuman.json
Song Minjae 0b6d8ff44d New idea: Rogulike randomiser for potion, etc., variable jump height controlled by key pressing time
Former-commit-id: 2408607006af5f29d8ecbd3ced655f2908c97afb
Former-commit-id: 33f03178aa8af54f76ce3b1324b2134173a540ff
2016-02-24 02:58:25 +09:00

32 lines
664 B
JSON

{
"racename" : "CONTEXT_RACE_HUMAN",
"racenameplural" : "CONTEXT_RACE_HUMAN_PLURAL",
"baseheight" : 40,
"basemass" : 60.0,
"strength" : 1000,
"strengthvariable" : [100,100,100,100,100,100,100],
"accel" : 0.2,
"speed" : 3.0,
"speedvariable" : [100,100,100,100,100,100,100],
"jumppower" : 5,
"jumppowervariable" : [100,100,100,100,100,100,100],
"scale" : 1,
"scalevariable" : [100,100,100,100,100,100,100],
"speed" : 2.0,
"speedvariable" : [100,100,100,100,100,100,100],
"physiquemult" : [100,100,100,100,100,100,100],
"encumbrance" : 1000,
"basedefence" : "work in progress",
"toolsize" : 15,
"intelligent" : true
}