forked from CyanSkyKnight/Saturnians
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system_objects.config.patch
68 lines (62 loc) · 2.05 KB
/
system_objects.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
[
{ "op" : "add", "path" : "/saturnaethership", "value" :
{
"warpAction" : "InstanceWorld:saturnaethership",
"threatLevel" : 1,
"skyParameters" : {
"seed" : 0,
"horizonClouds" : false,
"horizonImages" : [ { "left": "/celestial/system/ships/shiphorizonleft.png", "right": "/celestial/system/ships/shiphorizonright.png" } ]
},
"moving" : true,
"speed" : 15.0,
"orbitRange" : [1, 1],
"lifeTime" : [1500, 2100],
"parameters" : {
"icon" : "/celestial/system/ships/saturnship.png",
"displayName" : "Saturnian Ship",
"description" : "This Solalei ship transports goods to sky cities. Her captain invites us to visit."
}
}
},
{ "op" : "add", "path" : "/saturnwaspship", "value" :
{
"warpAction" : "InstanceWorld:saturnwaspship",
"threatLevel" : 1,
"skyParameters" : {
"seed" : 0,
"horizonClouds" : false,
"horizonImages" : [ { "left": "/celestial/system/ships/shiphorizonleft.png", "right": "/celestial/system/ships/shiphorizonright.png" } ]
},
"moving" : true,
"speed" : 15.0,
"orbitRange" : [1, 1],
"lifeTime" : [1500, 2100],
"parameters" : {
"icon" : "/celestial/system/ships/saturnshipb.png",
"displayName" : "Waspmim Ship",
"description" : "This Waspmim ship transports goods. Her captain has buzzed us in."
}
}
},
{ "op" : "add", "path" : "/saturnaethershiprare", "value" :
{
"warpAction" : "InstanceWorld:saturnaethershiprare",
"threatLevel" : 1,
"skyParameters" : {
"seed" : 0,
"horizonClouds" : false,
"horizonImages" : [ { "left": "/celestial/system/ships/shiphorizonleft.png", "right": "/celestial/system/ships/shiphorizonright.png" } ]
},
"moving" : true,
"speed" : 15.0,
"orbitRange" : [1, 1],
"lifeTime" : [1500, 2100],
"parameters" : {
"icon" : "/celestial/system/ships/saturnshipc.png",
"displayName" : "Saturnian Ship",
"description" : "This strange-looking Solalei ship transports goods to sky cities. Her captain invites us to visit."
}
}
}
]