-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdungeon_worlds.config.patch
140 lines (137 loc) · 4.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[
{
"op" : "add",
"path" : "/atprk_relicseekership",
"value" : {
"primaryDungeon" : "atprk_relicseekership",
"threatLevel" : 1,
"gravity" : 0,
"airless" : true,
"worldSize" : [1300, 200],
"dungeonBaseHeight" : 150,
"dungeonSurfaceHeight" : 150,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/i-was-the-sun.ogg",
"environmentStatusEffects" : ["biomeairless", "dontstarve"],
"worldEdgeForceRegions" : "TopAndBottom",
"biome" : "space"
}
},
{
"op" : "add",
"path" : "/atprk_relicseekerhq",
"value" : {
"primaryDungeon" : "atprk_relicseekerhq",
"threatLevel" : 1,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/i-was-the-sun.ogg",
"environmentStatusEffects" : ["dontstarve"],
"biome" : "atprk_relicseekerhqbiome"
}
},
{
"op" : "add",
"path" : "/atprk_devoutattackmission",
"value" : {
"primaryDungeon" : "atprk_devoutattackmission",
"threatLevel" : 6,
"gravity" : 0,
"airless" : true,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/desert-battle-2.ogg",
"environmentStatusEffects" : ["dontstarve"],
"worldEdgeForceRegions" : "TopAndBottom",
"biome" : "atprk_relicseekerhqbiome"
}
},
{
"op" : "add",
"path" : "/atprk_infinitemaze",
"value" : {
"primaryDungeon" : "atprk_infinitemaze",
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/event-horizon.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/atprk_infinitemazealt",
"value" : {
"primaryDungeon" : "atprk_infinitemazealt",
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/event-horizon.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/atprk_infinitemazealtalt",
"value" : {
"primaryDungeon" : "atprk_infinitemazealtalt",
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/event-horizon.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/atprk_infinitemazeshop",
"value" : {
"primaryDungeon" : "atprk_infinitemazeshop",
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/event-horizon.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/atprk_infinitemazevaultroom",
"value" : {
"primaryDungeon" : "atprk_infinitemazevaultroom",
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/temple-of-kluex.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
}
]