forked from sleepySva/sva_arcana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dungeon_worlds.config.patch
163 lines (156 loc) · 4.23 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[
{
"op" : "add",
"path" : "/arcana_dungeon_novaStation_1",
"value" : {
"primaryDungeon" : "arcana_dungeon_novaStation_1",
"weatherPool" : [
[0.850, "clear"],
[0.075, "rain"],
[0.075, "drizzle"]
],
"threatLevel" : 6,
"gravity" : 80,
"worldSize" : [2000, 500],
"dungeonBaseHeight" : 500,
"dungeonSurfaceHeight" : 130,
"ambientLightLevel" : [128, 128, 128],
"biome" : "arcana_superstormExpanse_day",
"musicTrack" : "/music/planetarium.ogg"
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_solarCorridor",
"value" : {
"primaryDungeon" : "arcana_dungeon_solarCorridor",
"weatherPool" : [
[1.000, "clear"]
],
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/the-deep.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_astralCorridor",
"value" : {
"primaryDungeon" : "arcana_dungeon_astralCorridor",
"weatherPool" : [
[1.000, "clear"]
],
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2800, 2100],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/ocean-exploration2.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_lunarCorridor",
"value" : {
"primaryDungeon" : "arcana_dungeon_lunarCorridor",
"weatherPool" : [
[1.000, "clear"]
],
"threatLevel" : 8,
"gravity" : 80,
"worldSize" : [2800, 2100],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
"musicTrack" : "/music/drosera.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_zhushiPond",
"value" : {
"primaryDungeon" : "arcana_dungeon_zhushiPond",
"weatherPool" : [
[0.850, "clear"],
[0.075, "rain"],
[0.075, "drizzle"]
],
"threatLevel" : 6,
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1140,
"dungeonSurfaceHeight" : 1000,
"ambientLightLevel" : [128, 128, 128],
"biome" : "arcana_bambooForest",
"musicTrack" : "/music/elegy-of-the-star.ogg"
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_astralObservatory",
"value" : {
"primaryDungeon" : "arcana_dungeon_astralObservatory",
"weatherPool" : [
[0.850, "clear"],
[0.075, "rain"],
[0.075, "drizzle"]
],
"threatLevel" : 6,
"gravity" : 80,
"worldSize" : [876, 2000],
"dungeonBaseHeight" : 1240,
"dungeonSurfaceHeight" : 1000,
"ambientLightLevel" : [128, 128, 128],
"biome" : "arcana_azureDesert",
"musicTrack" : "/music/azure.ogg"
}
},
{
"op" : "add",
"path" : "/arcana_dungeon_khnemnnIsland",
"value" : {
"primaryDungeon" : "arcana_dungeon_khnemnnIsland",
"weatherPool" : [
[1.000, "drizzle"]
],
"threatLevel" : 6,
"gravity" : 80,
"worldSize" : [876, 2000],
"dungeonBaseHeight" : 1240,
"dungeonSurfaceHeight" : 1000,
"ambientLightLevel" : [128, 128, 128],
"biome" : "arcana_azureDesert",
"musicTrack" : "/music/forsaken-grotto.ogg"
}
},
{
"op": "add",
"path": "/arcana_dungeon_arcanianExplorerShip",
"value": {
"primaryDungeon": "arcana_dungeon_arcanianExplorerShip",
"threatLevel": 1,
"gravity": 0,
"airless": true,
"worldSize" : [1200, 600],
"dungeonBaseHeight" : 200,
"dungeonSurfaceHeight" : 200,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises": "/sfx/environmental/space_loop4.ogg",
"musicTrack": "/music/azure.ogg",
"environmentStatusEffects": [ "biomeairless", "dontstarve" ],
"worldEdgeForceRegions": "TopAndBottom",
"biome": "space"
}
}
]