implemented player 'reach' for items

This commit is contained in:
minjaesong
2021-10-04 12:03:34 +09:00
parent ea2525e4df
commit e0fbc54839
22 changed files with 154 additions and 172 deletions

View File

@@ -23,10 +23,12 @@
"encumbrance": 1000,
"basedefence": 100,
"basereach": 50,
"basereach": 56,
"toolsize": 15,
"intelligent": true
"intelligent": true,
"barehandactionminheight": 80,
"basebarehanddiggingsize": 0.5
}

View File

@@ -27,6 +27,8 @@
"toolsize": 40,
"intelligent": true
"intelligent": true,
"barehandactionminheight": 40,
"basebarehanddiggingsize": 1.0
}