Files
Terrarum/res/raw/CreatureHuman.json
Song Minjae 4ddd020d07 implemented tile connection draw, frosty area in map gen, fixed too less floating islands, ocean water now generates properly
Former-commit-id: d280e2f95c10f1060bfaa794b31d91965badc373
Former-commit-id: d0881343a802658b1fe0b2ad59561ca6ceb7a805
2016-02-06 00:48:25 +09:00

30 lines
640 B
JSON

{
"racename" : "CONTEXT_RACE_HUMAN",
"racenameplural" : "CONTEXT_RACE_HUMAN_PLURAL",
"baseheight" : 40,
"basemass" : 60.0,
"toolsize" : 15,
"strength" : 1000,
"strengthvariable" : [100,100,100,100,100,100,100],
"speed" : 3.0,
"speedvariable" : [100,100,100,100,100,100,100],
"jumppower" : 6.0,
"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],
"jump" : 5.5,
"jumpvariable" : [100,100,100,100,100,100,100],
"encumbrance" : 1000,
"basedefence" : "work in progress"
}