File tree 1 file changed +38
-4
lines changed
1 file changed +38
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ event "rumskib: blended ships installed"
38
38
"Eagle"
39
39
add variant
40
40
"Cutlass" 2
41
- "Hare" 2
41
+ "Hare (Pirate) " 2
42
42
fleet "Small Northern Pirates"
43
43
add variant
44
44
"Cutlass"
45
45
"Hornet"
46
46
add variant 2
47
47
"Cutlass"
48
- "Hare" 2
48
+ "Hare (Pirate) " 2
49
49
50
50
51
51
mission "Rumskib: Blended Ships uninstalled"
@@ -88,14 +88,14 @@ event "rumskib: blended ships uninstalled"
88
88
"Eagle"
89
89
remove variant
90
90
"Cutlass" 2
91
- "Hare" 2
91
+ "Hare (Pirate) " 2
92
92
fleet "Small Northern Pirates"
93
93
remove variant
94
94
"Cutlass"
95
95
"Hornet"
96
96
remove variant 2
97
97
"Cutlass"
98
- "Hare" 2
98
+ "Hare (Pirate) " 2
99
99
100
100
101
101
# Patch for when the Hauler IV and Eyrie were taken out.
@@ -122,3 +122,37 @@ event "rumskib: remove hauler IV and Eyrie"
122
122
remove variant
123
123
"Caterpillar"
124
124
"Hauler IV"
125
+
126
+ # This is the bare minimum to cause no errors when Blended Ships is not installed.
127
+ ship "Hare"
128
+ attributes
129
+ "outfit space" 238
130
+ "weapon capacity" 80
131
+ "engine capacity" 120
132
+ gun -20 -29
133
+ gun 20 -29
134
+ turret 0 -26.5
135
+ turret -38 4
136
+ turret 38 4
137
+
138
+ ship "Hare" "Hare (Pirate)"
139
+ outfits
140
+ "Beam Laser" 2
141
+ "Laser Turret" 2
142
+ "Anti-Missile Turret"
143
+
144
+ "nGVF-CC Fuel Cell"
145
+ "KP-6 Photovoltaic Array"
146
+ "Supercapacitor"
147
+
148
+ "D14-RN Shield Generator"
149
+
150
+ "X3700 Ion Thruster"
151
+ "X3200 Ion Steering"
152
+
153
+ "Hyperdrive"
154
+ gun "Beam Laser"
155
+ gun "Beam Laser"
156
+ turret "Anti-Missile Turret"
157
+ turret "Laser Turret"
158
+ turret "Laser Turret"
You can’t perform that action at this time.
0 commit comments