Main Upload
This commit is contained in:
21
config/comforts-server.toml
Normal file
21
config/comforts-server.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
[server]
|
||||
#Set to true to automatically use sleeping bags when placed
|
||||
autoUse = true
|
||||
#Set to true to prevent sleeping depending on how long you previously slept
|
||||
wellRested = false
|
||||
#If well rested is true, this value is used to determine how long you need before being able to sleep again (larger numbers = can sleep sooner)
|
||||
#Range: 1.0 ~ 20.0
|
||||
sleepyFactor = 2.0
|
||||
#Set to true to enable sleeping in hammocks at night
|
||||
nightHammocks = false
|
||||
#The chance that a sleeping bag will break upon usage
|
||||
#Range: 0.0 ~ 1.0
|
||||
sleepingBagBreakage = 0.0
|
||||
#The value that will be multiplied by a player's luck then added/subtracted from the sleepingBagBreakage value
|
||||
#Range: -1.0 ~ 1.0
|
||||
sleepingBagBreakageLuckMultiplier = 0.0
|
||||
#List of debuffs to apply to players after using the sleeping bag
|
||||
#Format: effect;duration(secs);power
|
||||
sleepingBagDebuffs = []
|
||||
|
Reference in New Issue
Block a user