This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Base 1/x chance fiber will drop from plants [range: 1 ~ 100, default: 5]
I:fiberDropChance=5
# Base 1/x chance flint will drop from sand or gravel [range: 1 ~ 100, default: 8]
I:flintDropChance=8
# decimal percent chance knapping will fail [range: 0.0 ~ 1.0, default: 0.45]
S:knappingFailureModifier=0.45
# Global tool speed modifier [range: 0.0 ~ 10.0, default: 1.0]
S:toolSpeedModifier=1.0
# 1/x Chance vines will drop when using a knife [range: 1 ~ 100, default: 4]
I:vineDropChance=4
}