This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/comforts-server.toml

22 lines
872 B
TOML
Raw Normal View History

2023-11-02 12:32:44 -05:00
[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
#List of debuffs to apply to players after using the sleeping bag
#Format: effect;duration(secs);power
sleepingBagDebuffs = []
#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