-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdungeon_worlds.config.patch
56 lines (56 loc) · 1.59 KB
/
dungeon_worlds.config.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"op" : "add",
"path" : "/neb_templedungeon",
"value" : {
"primaryDungeon" : "neb_templedungeon",
"weatherPool" : [
[1.0, "groundmist"]
],
"threatLevel" : 1,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1359,
"dungeonSurfaceHeight" : 1209,
"biome" : "forest",
"environmentStatusEffects" : ["dontstarve", "energyregen"],
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/jungle_night.ogg",
"musicTrack" : "/music/temple-of-kluex.ogg"
}
},
{
"op" : "add",
"path" : "/neb_ancientgate",
"value" : {
"primaryDungeon" : "neb_ancientgate",
"threatLevel" : 5,
"gravity" : 30,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1300,
"dungeonSurfaceHeight" : 1209,
"biome" : "neb_anomaly",
"environmentStatusEffects" : ["dontstarve"],
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/gravitational-collapse-loop.ogg"
}
},
{
"op" : "add",
"path" : "/neb_raidarena1",
"value" : {
"primaryDungeon" : "neb_raidarena1",
"threatLevel" : 1,
"gravity" : 30,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1359,
"dungeonSurfaceHeight" : 1209,
"biome" : "moon",
"environmentStatusEffects" : ["dontstarve"],
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop5.ogg",
"musicTrack" : "/music/crystal-exploration2.ogg"
}
}
]