forked from Zancuno/Lucario-race
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstance_worlds.config.patch
58 lines (56 loc) · 1.85 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
[
{
"op" : "add",
"path" : "/lucariobeta1",
"value" : {
"type" : "FloatingDungeon",
"dungeonWorld" : "lucariobeta1",
"seed" : 1235,
"spawningEnabled" : false,
"beamUpRule" : "Anywhere",
"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"
} ]
},
"horizonImages" : [ ],
"dayLength" : 1153.36,
"surfaceLevel" : 1,
"seed" : -5288806180628666929
}
}
}
]