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"
|
file = "config/do_a_barrel_roll-client.json"
|
||||||
hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de"
|
hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/dusk.json"
|
||||||
|
hash = "7e66e4418524aa9368744a90dcb3396a54029bb989cb1a3a0454a6738fdb3f75"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/item_obliterator.json5"
|
file = "config/item_obliterator.json5"
|
||||||
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
|
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a1c272b174870017520debdfaec559b50727a45820b543472754e9781aae3264"
|
hash = "845b147b67f2fee0758b69b0c7da0bd2964cd7a842767984a24494e3b04a2cc2"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.4"
|
forge = "47.4.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user