-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathdungeon_worlds.config.patch
51 lines (51 loc) · 1.33 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
[
{
"op": "add",
"path": "/knightfall_tilesettestingdungeon",
"value": {
"primaryDungeon": "knightfall_tilesettestingdungeon",
"threatLevel": 1,
"gravity": 80,
"worldSize": [2000, 1000],
"dungeonBaseHeight": 750,
"ambientLightLevel" : [200, 200, 200],
"ambientNoises": "/sfx/environmental/space_loop4.ogg",
"biome": "space",
"musicTrack": "/music/ultramarine-loop.ogg"
}
},
{
"op": "add",
"path": "/knightfall_prologue",
"value": {
"primaryDungeon": "knightfall_prologue",
"threatLevel": 7,
"gravity": 80,
"worldSize": [2000, 2000],
"dungeonBaseHeight": 1230,
"dungeonSurfaceHeight" : 940,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises": "/sfx/environmental/savannah_day.ogg",
"biome": "savannah",
"musicTrack": "/music/soulknight_roboticfrenzy_ost1.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
},
{
"op": "add",
"path": "/syndicate_firebase",
"value": {
"primaryDungeon": "syndicate_firebase",
"threatLevel": 5,
"gravity": 80,
"worldSize": [2000, 2000],
"dungeonBaseHeight": 1230,
"dungeonSurfaceHeight" : 940,
"ambientLightLevel" : [32, 32, 32],
"ambientNoises": "/sfx/environmental/forest_day.ogg",
"biome": "alien",
"musicTrack": "/music/soulknight_roboticfrenzy_ost1.ogg",
"environmentStatusEffects" : ["dontstarve"]
}
}
]