mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
implemented player 'reach' for items
This commit is contained in:
@@ -23,10 +23,12 @@
|
||||
|
||||
"encumbrance": 1000,
|
||||
"basedefence": 100,
|
||||
"basereach": 50,
|
||||
"basereach": 56,
|
||||
|
||||
"toolsize": 15,
|
||||
|
||||
"intelligent": true
|
||||
"intelligent": true,
|
||||
"barehandactionminheight": 80,
|
||||
"basebarehanddiggingsize": 0.5
|
||||
|
||||
}
|
||||
@@ -27,6 +27,8 @@
|
||||
|
||||
"toolsize": 40,
|
||||
|
||||
"intelligent": true
|
||||
"intelligent": true,
|
||||
"barehandactionminheight": 40,
|
||||
"basebarehanddiggingsize": 1.0
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user