Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Configuration file
general {
# Set to true to automatically use sleeping bags when placed
B:"Auto Use Sleeping Bags"=true
# Set to true to enable relaxing in hammocks without sleeping
B:"Leisure Hammocks"=false
# Set to true to enable sleeping in hammocks at night
B:"Nighttime Hammocks"=false
# The chance that a sleeping bag will break upon usage
# Min: 0.0
# Max: 1.0
D:"Sleeping Bag Break Chance"=0.0
# List of debuffs to apply to players after using the sleeping bag
# Format: [effect] [duration(secs)] [power]
S:"Sleeping Bag Debuffs" <
>
# 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)
# Min: 1.0
# Max: 20.0
D:"Sleepy Factor"=2.0
# Set to true to prevent sleeping depending on how long you previously slept
B:Well-Rested=false
toughasnails {
# Set to true to have sleeping bags slightly warm your body if you're cold
B:"Insulated Sleeping Bags"=false
}
}