-
Notifications
You must be signed in to change notification settings - Fork 1
/
celestial.config.patch
25 lines (25 loc) · 1.04 KB
/
celestial.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
[
[
{"op":"add","path":"/terrestrialHorizonGraphics/sb_tentacle","value":
{
"baseImages":"/celestial/system/terrestrial/horizon/textures/sb_tentacle_<selector>.png",
"maskTextures":"/celestial/system/terrestrial/horizon/masks/temperate/<mask>_<selector>.png",
"maskRange":[1,25],
"maskPerPlanetRange":[3,3]
}
},
{"op":"add","path":"/terrestrialGraphics/sb_tentacle","value":
{
"baseImages":"/celestial/system/terrestrial/biomes/sb_tentacle/maskie<num>.png",
"dynamicsImages":"/celestial/system/terrestrial/dynamics/temperate/<num>.png",
"dynamicsRange":[1,30]
}
},
{"op":"add","path":"/planetaryTypes/Tier6/baseParameters/terrestrialType/-","value":"sb_tentacle"}
],
[
{"op":"test","path":"/systemTypes/ClassMStar","inverse":false},
{"op":"add","path":"/planetaryTypes/MildPlanet/baseParameters/terrestrialType/-","value":"sb_tentacle"},
{"op":"add","path":"/satelliteTypes/MildNSat/baseParameters/terrestrialType/-","value":"sb_tentacle"}
]
]