mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
establishing the concept of creature defence AV, some function name changing
Former-commit-id: 309f15be553b2bb0d391f89dab457748b6e3f063 Former-commit-id: 537edfa27245453cd2c37feed8d21861286425e5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"racename" : "CONTEXT_RACE_HUMAN",
|
||||
"racenameplural" : "CONTEXT_RACE_HUMAN_PLURAL",
|
||||
"racename" : "RACE_HUMAN",
|
||||
"racenameplural" : "RACE_HUMAN_PLURAL",
|
||||
"baseheight" : 40,
|
||||
"basemass" : 60.0,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"scalemult" : [100,100,100,100,100,100,100],
|
||||
|
||||
"encumbrance" : 1000,
|
||||
"basedefence" : "work in progress",
|
||||
"basedefence" : 100,
|
||||
|
||||
"toolsize" : 15,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user