-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsystem_objects.config.patch
More file actions
82 lines (75 loc) · 2.47 KB
/
Copy pathsystem_objects.config.patch
File metadata and controls
82 lines (75 loc) · 2.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
//==========================================================================================================
//============================================ MOVING SHIPS ================================================
//==========================================================================================================
//HOSTILE SHIPS
{
"op": "add",
"path": "/unboundship1",
"value": {
"warpAction" : "InstanceWorld:unboundship1",
"threatLevel" : 6,
"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/unboundship.png",
"displayName" : "Hostile Unbound Ship",
"description" : "This ship emits a signal that fits with Unbound resource transporters. Proceed with caution."
}
}
},
{
"op": "add",
"path": "/unboundship2",
"value": {
"warpAction" : "InstanceWorld:unboundship2",
"threatLevel" : 6,
"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/unboundship2.png",
"displayName" : "Hostile Unbound Ship",
"description" : "This ship emits a signal that fits with large Unbound combat vessels. Proceed with caution."
}
}
},
//SPACE ENCOUNTERS
{
"op": "add",
"path": "/unboundasteroids",
"value": {
"warpAction" : "InstanceWorld:unboundasteroids",
"skyParameters" : {
"seed" : 0,
"horizonClouds" : false,
"horizonImages" : [ { "left": "/celestial/system/blindspot/blindspothorizonleft.png", "right": "/celestial/system/blindspot/blindspothorizonright.png" } ]
},
"moving" : false,
"speed" : 0,
"orbitRange" : [0, 0],
"generatedParameters" : {
"displayName" : "/celestial/blindspotnames.config:nameGen"
},
"lifeTime" : [1500, 2100],
"parameters" : {
"icon" : "/celestial/system/blindspot/blindspot.png",
"displayName" : "Blindspot",
"description" : "Scans in this area are totally jammed by some sort of interference. An investigation is warranted."
}
}
}
]