Files
Terrarum/res/raw/CreatureHuman.json
Song Minjae e225056b09 invisible wall for ActorWithBoby to prevent ArrayIndexException, faction system documentation, actor value: new boolean type, improvement on wall drawing
Former-commit-id: 6f90894a004acea32ef9361dbbece06a9b1db26a
Former-commit-id: 80757a7d641eac3687e552f657a0dee5692e6cf8
2016-02-15 13:47:11 +09:00

32 lines
666 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.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
}