-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcelestial.config.patch
More file actions
66 lines (58 loc) · 1.47 KB
/
Copy pathcelestial.config.patch
File metadata and controls
66 lines (58 loc) · 1.47 KB
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
[
// Regular Patch
[
{
"op" : "add",
"path" : "/terrestrialHorizonGraphics/starforge-withered",
"value" :
{
"baseImages" : "/celestial/system/terrestrial/horizon/textures/withered_<selector>.png",
"maskTextures" : "/celestial/system/terrestrial/horizon/masks/temperate/<mask>_<selector>.png",
"maskRange" : [1, 25],
"maskPerPlanetRange" : [3, 3]
}
},
{
"op" : "add",
"path" : "/terrestrialGraphics/starforge-withered",
"value" :
{
"baseImages" : "/celestial/system/terrestrial/biomes/withered/maskie<num>.png",
"dynamicsImages" : "/celestial/system/terrestrial/dynamics/temperate/<num>.png",
"dynamicsRange" : [1, 30]
}
},
// Gentle: Tier1, Tier2
// Temperate: Tier2, Tier3
// Radioactive: Tier2, Tier3, Tier4
// Frozen: Tier2, Tier3, Tier4, Tier5
// Fiery: Tier3, Tier4, Tier5, Tier6
// Patch planet to generate in tier 1 stars
{
"op":"add",
"path":"/planetaryTypes/Tier4/baseParameters/terrestrialType/-",
"value":"starforge-withered"
}
],
// TrueSpace Patch, Optional
[
// Test if Truespace is installed
{
"op": "test",
"path": "/systemTypes/ClassMStar",
"inverse": false
},
// Planets
{
"op": "add",
"path": "/planetaryTypes/MildPlanet/baseParameters/terrestrialType/-",
"value": "starforge-withered"
},
// Sats
{
"op": "add",
"path": "/satelliteTypes/MildNSat/baseParameters/terrestrialType/-",
"value": "starforge-withered"
}
]
]