-
Notifications
You must be signed in to change notification settings - Fork 20
/
instance_worlds.config.patch
91 lines (87 loc) · 2.36 KB
/
instance_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
[
{
"op": "add",
"path": "/knightfall_tilesettestingdungeon",
"value": {
"type": "FloatingDungeon",
"dungeonWorld": "knightfall_tilesettestingdungeon",
"seed": 1234,
"spawningEnabled": false,
"beamUpRule": "Anywhere",
"disableDeathDrops": true,
"worldProperties": {"nonCombat": true},
"skyParameters": {
"spaceLevel": 3000,
"ambientLightLevel": [24, 28, 24],
"skyType": "barren",
"horizonImages": [],
"dayLength": 1153.36,
"surfaceLevel": 1200,
"seed": -5288806180628667000
}
}
},
{
"op": "add",
"path": "/knightfall_prologue",
"value": {
"type": "FloatingDungeon",
"dungeonWorld": "knightfall_prologue",
"seed": 1234,
"spawningEnabled": false,
"beamUpRule": "AnywhereWithWarning",
"disableDeathDrops": true,
"skyParameters": {
"spaceLevel": 3000,
"ambientLightLevel": [24, 28, 24],
"skyType": "atmospheric",
"skyColoring" : {
"mainColor" : [255, 255, 255],
"morningColors" : [[125, 17, 158], [210, 52, 50]],
"dayColors" : [[125, 17, 158], [210, 52, 50]],
"eveningColors" : [[125, 17, 158], [210, 52, 50]],
"nightColors" : [[125, 17, 158], [210, 52, 50]],
"morningLightColor" : [160, 120, 180],
"dayLightColor" : [160, 120, 180],
"eveningLightColor" : [160, 120, 180],
"nightLightColor" : [160, 120, 180]
},
"horizonImages": [],
"dayLength": 10000,
"surfaceLevel": 1000,
"seed": -5288806180628667000
}
}
},
{
"op": "add",
"path": "/syndicate_firebase",
"value": {
"type": "FloatingDungeon",
"dungeonWorld": "syndicate_firebase",
"spawningEnabled": false,
"beamUpRule": "AnywhereWithWarning",
"disableDeathDrops": true,
"skyParameters": {
"spaceLevel": 3000,
"ambientLightLevel": [24, 28, 24],
"skyType": "atmospheric",
"skyColoring" : {
"mainColor" : [255, 255, 255],
"morningColors" : [ [0, 24, 55], [255, 140, 49] ],
"dayColors" : [ [176, 115, 255], [255, 255, 255] ],
"eveningColors" : [ [100, 86, 173], [0, 222, 73] ],
"nightColors" : [ [24, 38, 53, 80], [58, 42, 70, 160] ],
"morningLightColor" : [140, 71, 0],
"dayLightColor" : [200, 200, 200],
"eveningLightColor" : [160, 120, 180],
"nightLightColor" : [40, 20, 60]
},
"horizonImages": [],
"dayLength": 10000,
"surfaceLevel": 1000,
"seed": -5288806180628667000
}
}
}
]