SonsOfHorror/client/config/dusk-common.toml

15 lines
533 B
TOML
Raw Normal View History

2024-08-18 12:03:55 -07:00
["Dusk settings"]
#Percentage of how many more monster can appear at night, default: 30
#Range: 1 ~ 5000
nightSpawnMod = 20
#Base monster cap to act upon, this is the value it'll increase from/reduce to at the start/end of the night. Increase this to see more monsters in the world, default(Vanilla): 70
#Range: 1 ~ 5000
baseMonsterCap = 50
#Min time required to sleep, vanilla min time:12500, Midnight is 18000
#Range: 1 ~ 23000
minSleepTime = 14500
#Disable sleeping?, default: false
disableSleep = true