mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
Greek support, modular weather, command history for console window
Former-commit-id: b72d0b018c084e80cf4fef77e1b1a81101d6daea Former-commit-id: 32da6a2998826de6519a901dcff7bf058f689b2f
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"racename" : "RACE_HUMAN",
|
||||
"racenameplural" : "RACE_HUMAN_PLURAL",
|
||||
"baseheight" : 40,
|
||||
"basemass" : 60.0,
|
||||
"racename": "RACE_HUMAN",
|
||||
"racenameplural": "RACE_HUMAN_PLURAL",
|
||||
"baseheight": 40,
|
||||
"basemass": 60.0,
|
||||
|
||||
"strength" : 1000,
|
||||
"strengthmult" : [100,100,100,100,100,100,100],
|
||||
"strength": 1000,
|
||||
"strengthmult": [100,100,100,100,100,100,100],
|
||||
|
||||
"accel" : 0.32,
|
||||
"accel": 0.32,
|
||||
|
||||
"speed" : 3.0,
|
||||
"speedmult" : [100,100,100,100,100,100,100],
|
||||
"speed": 3.0,
|
||||
"speedmult": [100,100,100,100,100,100,100],
|
||||
|
||||
"jumppower" : 4.3,
|
||||
"jumppowermult" : [100,100,100,100,100,100,100],
|
||||
"jumppower": 4.3,
|
||||
"jumppowermult": [100,100,100,100,100,100,100],
|
||||
|
||||
"scale" : 1.0,
|
||||
"scalemult" : [100,100,100,100,100,100,100],
|
||||
"scale": 1.0,
|
||||
"physiquemult": [100,100,100,100,100,100,100],
|
||||
|
||||
"encumbrance" : 1000,
|
||||
"basedefence" : 100,
|
||||
"encumbrance": 1000,
|
||||
"basedefence": 100,
|
||||
|
||||
"toolsize" : 15,
|
||||
"toolsize": 15,
|
||||
|
||||
"intelligent" : true
|
||||
"intelligent": true
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user