Add dusk config
This commit is contained in:
parent
30fcece5eb
commit
6dc79a41c4
18
config/dusk.json
Normal file
18
config/dusk.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"nightSpawnMod": {
|
||||
"desc:": "Percentage of how many more monster can appear at night, default: 30",
|
||||
"nightSpawnMod": 30
|
||||
},
|
||||
"baseMonsterCap": {
|
||||
"desc:": "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",
|
||||
"baseMonsterCap": 100
|
||||
},
|
||||
"minSleepTime": {
|
||||
"desc:": "Min time required to sleep, vanilla min time:12500, Midnight is 18000",
|
||||
"minSleepTime": 13000
|
||||
},
|
||||
"disableSleep": {
|
||||
"desc:": "Disable sleeping?, default: false",
|
||||
"disableSleep": false
|
||||
}
|
||||
}
|
@ -102,6 +102,10 @@ hash = "6035264f959f137b7ec723e466b01514741e9ca599b09ae26cfdc851caf30268"
|
||||
file = "config/do_a_barrel_roll-client.json"
|
||||
hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de"
|
||||
|
||||
[[files]]
|
||||
file = "config/dusk.json"
|
||||
hash = "7e66e4418524aa9368744a90dcb3396a54029bb989cb1a3a0454a6738fdb3f75"
|
||||
|
||||
[[files]]
|
||||
file = "config/item_obliterator.json5"
|
||||
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user