forked from sayterdarkwynd/FrackinUniverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdungeon_worlds.config.patch
More file actions
60 lines (57 loc) · 1.32 KB
/
Copy pathdungeon_worlds.config.patch
File metadata and controls
60 lines (57 loc) · 1.32 KB
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
[
{
"op": "add",
"path": "/scienceoutpost",
"value":
{
"primaryDungeon":"scienceoutpost",
"weatherPool" : [
[1.0, "storm"]
],
"threatLevel":1,
"gravity":100,
"worldSize":[2000,2000],
"dungeonBaseHeight" : 1175,
"dungeonSurfaceHeight" : 1050,
"ambientLightLevel":[200,200,200],
"biome" : "thickjungle",
"musicTrack" : "/music/cygnus-x1.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op": "add",
"path": "/shoggothdungeon",
"value":
{"primaryDungeon":"shoggothdungeon",
"threatLevel":6,
"gravity":110,
"airless" : true,
"worldSize":[2000,2000],
"dungeonBaseHeight" : 1400,
"dungeonSurfaceHeight" : 1209,
"ambientLightLevel":[15,10,25],
"biome" : "shoggothbiome",
"musicTrack" : "/sfx/ambiance/shoggoth.ogg"
}
},
{
"op": "add",
"path": "/eldershoggoth",
"value":
{
"primaryDungeon":"eldershoggoth",
"threatLevel":6,
"gravity":110,
"airless" : true,
"worldSize":[2000,2000],
"dungeonBaseHeight" : 1400,
"dungeonSurfaceHeight" : 1209,
"ambientLightLevel":[15,10,25],
"weatherPool" : [
[1.0, "freezestorm"]
],
"biome" : "shoggothbiome"
}
}
]