update: config
This commit is contained in:
parent
12b88c27ae
commit
04e80fe4d1
16 changed files with 273 additions and 202 deletions
11
config/tfclunchbox-common.toml
Normal file
11
config/tfclunchbox-common.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
#Food Traits Configuration
|
||||
#NOTE: Changes to trait values require game restart to take effect
|
||||
[food_traits]
|
||||
#Decay modifier for COOLED trait (lower = food lasts longer)
|
||||
#Range: 0.01 ~ 1.0
|
||||
cooled_decay_modifier = 0.3
|
||||
#Decay modifier for PRESERVED trait (lower = food lasts longer)
|
||||
#Range: 0.01 ~ 1.0
|
||||
preserved_decay_modifier = 0.55
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue