-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstance_worlds.config.patch
148 lines (142 loc) · 4.33 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
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
[
{
"op": "add",
"path": "/sexscape",
"value": {
"type": "FloatingDungeon",
"dungeonWorld": "sexscape",
"seed": 1234,
"spawningEnabled": false,
"beamUpRule": "Anywhere",
"disableDeathDrops": true,
"useUniverseClock" : true,
"worldProperties": {
"nonCombat": false
},
"skyParameters": {
"spaceLevel": 3000,
"skyType" : "atmospheric",
"skyColoring" : {
"mainColor" : [255, 255, 255],
"morningColors" : [ [230, 129, 204], [230, 164, 210] ],
"dayColors" : [ [230, 107, 132], [230, 152, 163] ],
"eveningColors" : [ [230, 69, 101], [230, 129, 145] ],
"nightColors" : [ [70, 20, 70], [70, 20, 70] ],
"morningLightColor" : [240, 100, 202],
"dayLightColor" : [240, 100, 202],
"eveningLightColor" : [240, 100, 202],
"nightLightColor" : [70, 20, 70]
},
"dayLength" : 1153.36,
"surfaceLevel" : 1200,
"seed" : -5288806180628666923
}
}
},
{
"op": "replace",
"path": "/museum/worldProperties/nonCombat",
"value": false
},
{
"op": "replace",
"path": "/outpost/worldProperties/nonCombat",
"value": false
},
{
"op": "replace",
"path": "/protectorate/worldProperties/nonCombat",
"value": false
},
{
"op": "add",
"path": "/sexbound_sandbox",
"value": {
"type": "FloatingDungeon",
"dungeonWorld": "sexbound_sandbox",
"spawningEnabled": false,
"beamUpRule": "Anywhere",
"seed": 1234,
"skyParameters": {
"spaceLevel": 3000,
"ambientLightLevel": [24, 28, 24],
"satellites": [
{
"pos": [0.310561, 0.35497],
"layers": [
{
"scale": 0.055,
"image": "/celestial/system/terrestrial/liquids/water.png"
},
{
"scale": 0.055,
"image": "/celestial/system/terrestrial/biomes/forest/maskie3.png?hueshift=-45?addmask=/celestial/system/terrestrial/dynamics/temperate/2.png"
},
{
"scale": 0.055,
"image": "/celestial/system/terrestrial/biomes/forest/maskie2.png?hueshift=-45?addmask=/celestial/system/terrestrial/dynamics/temperate/20.png"
},
{
"scale": 0.055,
"image": "/celestial/system/terrestrial/biomes/forest/maskie1.png?hueshift=-45?addmask=/celestial/system/terrestrial/dynamics/temperate/5.png"
},
{
"scale": 0.055,
"image": "/celestial/system/terrestrial/shadows/9.png"
}
]
}
],
"planet": {
"pos": [0.00538729, 0.46961],
"layers": [
{
"scale": 0.15,
"image": "/celestial/system/gas_giant/gas_giant_base.png?hueshift=-80"
},
{
"scale": 0.15,
"image": "/celestial/system/gas_giant/gas_giant_clouds_0.png?hueshift=-70?addmask=/celestial/system/gas_giant/gas_giant_dynamics/3.png+/celestial/system/gas_giant/gas_giant_dynamics/29.png"
},
{
"scale": 0.15,
"image": "/celestial/system/gas_giant/gas_giant_clouds_1.png?hueshift=-77?addmask=/celestial/system/gas_giant/gas_giant_dynamics/28.png+/celestial/system/gas_giant/gas_giant_dynamics/29.png"
},
{
"scale": 0.15,
"image": "/celestial/system/gas_giant/shadows/9.png"
}
]
},
"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": 1153.36,
"surfaceLevel": 1200,
"seed": -5288806180628666923
}
}
}
]