mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 12:51:51 +09:00
Former-commit-id: 309f15be553b2bb0d391f89dab457748b6e3f063 Former-commit-id: 537edfa27245453cd2c37feed8d21861286425e5
28 lines
501 B
JSON
28 lines
501 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" : 5,
|
|
"jumppowermult" : [100,100,100,100,100,100,100],
|
|
|
|
"scale" : 1,
|
|
"scalemult" : [100,100,100,100,100,100,100],
|
|
|
|
"encumbrance" : 1000,
|
|
"basedefence" : 100,
|
|
|
|
"toolsize" : 15,
|
|
|
|
"intelligent" : true
|
|
|
|
} |