This file is indexed.

/usr/share/games/endless-sky/data/remnant outfits.txt is in endless-sky-data 0.9.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
# Copyright (c) 2017 by Michael Zahniser
#
# Endless Sky is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later version.
#
# Endless Sky is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.  See the GNU General Public License for more details.

# Weapons:

outfit "Inhibitor Cannon"
	category "Guns"
	licenses
		Remnant
	cost 471000
	thumbnail "outfit/inhibitor cannon"
	"mass" 16
	"outfit space" -16
	"weapon capacity" -16
	"gun ports" -1
	weapon
		sprite "projectile/inhibitor"
			"frame rate" 10
			"no repeat"
		sound "particle"
		"hit effect" "inhibitor impact" 3
		"inaccuracy" .5
		"velocity" 36
		"random velocity" .5
		"lifetime" 24
		"reload" 13
		"cluster"
		"firing energy" 26
		"firing heat" 45.5
		"firing force" 13
		"shield damage" 26
		"hull damage" 19.5
		"hit force" 39
		"slowing damage" .5
	description `Nearly a century ago, a Remnant scout exploring space north of the Ember Waste came under fire from an alien fleet armed with weapons that interfered with the scout's engines. The story says that the Remnant captain calmly told her crew, "We aren't going home until we steal that weapon." That alien technology became the basis of the Inhibitor Cannon.`

effect "inhibitor impact"
	sprite "effect/inhibitor impact"
		"frame rate" 30
		"no repeat"
	"lifetime" 11
	"velocity scale" -.05
	"random angle" 360
	"random velocity" 6
	"random frame rate" 15


outfit "Thrasher Cannon"
	category "Guns"
	licenses
		Remnant
	cost 218000
	thumbnail "outfit/thrasher cannon"
	"mass" 10
	"outfit space" -10
	"weapon capacity" -10
	"gun ports" -1
	weapon
		sprite "projectile/thrasher"
			"frame rate" 10
			"random start frame"
			"no repeat"
		sound "particle"
		"hit effect" "thrasher impact"
		"inaccuracy" 9
		"velocity" 10
		"lifetime" 36
		"reload" 20
		"firing energy" 36
		"firing heat" 27
		"shield damage" 38
		"hull damage" 46
	description "This weapon was originally developed in an attempt to reverse engineer a long-range energy projectile favored by an alien species that the Remnant encountered nearby. In the process they discovered that by adding more energy to the projectiles they could do a lot more damage in exchange for shorter range, and the Thrasher Cannon was born."

effect "thrasher impact"
	sprite "effect/thrasher impact"
		"frame rate" 30
		"no repeat"
	"lifetime" 11
	"velocity scale" -.1
	"random angle" 360
	"random spin" 30
	"random velocity" 3


outfit "Thrasher Turret"
	category "Turrets"
	licenses
		Remnant
	cost 980000
	thumbnail "outfit/thrasher turret"
	"mass" 49
	"outfit space" -49
	"weapon capacity" -49
	"required crew" 1
	"turret mounts" -1
	weapon
		sprite "projectile/thrasher"
			"frame rate" 10
			"random start frame"
			"no repeat"
		"hardpoint sprite" "hardpoint/thrasher turret"
		"hardpoint offset" 6.
		sound "particle"
		"hit effect" "thrasher impact"
		"inaccuracy" 6
		"turret turn" 3
		"velocity" 10
		"lifetime" 36
		"reload" 5
		"firing energy" 36
		"firing heat" 27
		"shield damage" 38
		"hull damage" 46
	description "This turret mounts four Thrasher Cannons on a single rotating base. The resulting weapon deals a very satisfying amount of damage when fired from close range, especially against a slow-moving target."


outfit "Point Defense Turret"
	category "Turrets"
	licenses
		Remnant
	cost 1120000
	thumbnail "outfit/point defense"
	"mass" 33
	"outfit space" -33
	"weapon capacity" -33
	"turret mounts" -1
	weapon
		"hardpoint sprite" "hardpoint/point defense"
		"fire effect" "point defense fire"
		"die effect" "point defense hit"
		"die effect" "point defense die"
		"anti-missile" 42
		"velocity" 270
		"lifetime" 1
		"reload" 10
		"firing energy" 62
		"firing heat" 18
	description "Not long after the Remnant settled on Aventine, they began to discover caches of alien technology in vaults deep under the mountains, guarded by ancient but still-functioning point-defense systems. The Remnant learned how to duplicate those defense systems, and they are now considered to be much more useful than most of the items that they were guarding."

effect "point defense fire"
	sprite "effect/point defense fire"
		"frame rate" 17
		"no repeat"
	"velocity scale" .5
	lifetime 10

effect "point defense hit"
	sprite "effect/point defense hit"
		"frame rate" 13
		"no repeat"
	lifetime 10
	"velocity scale" .2

effect "point defense die"
	sprite "effect/point defense die"
		"frame rate" 20
		"no repeat"
	lifetime 15
	"velocity scale" .2



# Systems:

outfit "Crystal Capacitor"
	category "Power"
	licenses
		Remnant
	cost 113000
	thumbnail "outfit/crystal capacitor"
	"mass" 12
	"outfit space" -12
	"energy capacity" 3400
	"energy consumption" .4
	"heat generation" .4
	description "These crystals, mined on the Remnant planet Viminal, can store a surprising amount of power in a compact form. Crystals pure enough to be used in such a manner are hard to find, however."
	description "	Also, the capacitors tend to leak small amounts of energy, in the form of excess heat."


outfit "Millennium Cell"
	category "Power"
	licenses
		Remnant
	cost 767000
	thumbnail "outfit/millennium cell"
	"mass" 29
	"outfit space" -29
	"energy generation" 3.6
	"heat generation" 6.0
	description "This quite compact radiothermal generator uses isotopes so radioactive, and so tightly packed together, that it could almost be classified as a nuclear reactor."

outfit "Epoch Cell"
	category "Power"
	licenses
		Remnant
	cost 3060000
	thumbnail "outfit/epoch cell"
	"mass" 98
	"outfit space" -98
	"energy generation" 12.7
	"heat generation" 19.8
	description "Efficient Remnant technology ensures that nearly all the heat produced by this generator's radioisotopes is converted into electricity instead of becoming waste heat."

outfit "Aeon Cell"
	category "Power"
	licenses
		Remnant
	cost 6600000
	thumbnail "outfit/aeon cell"
	"mass" 160
	"outfit space" -160
	"energy generation" 21.9
	"heat generation" 31.5
	description "The early Remnant engineers did not trust the finicky and unpredictable nuclear reactors that were then in use in human space, so they instead focused on perfecting the art of radioisotope thermoelectric power."


outfit "Thermoelectric Cooler"
	category "Systems"
	licenses
		Remnant
	cost 160000
	thumbnail "outfit/thermoelectric cooler"
	"mass" 4
	"outfit space" -4
	"active cooling" 7
	"cooling energy" .4
	description "This cooler is actually just one of the power-generating elements of a Millennium Cell, but wired so it can run in reverse: consuming electricity in order to transfer heat from a ship's systems to its exterior."

outfit "Emergency Ramscoop"
	category "Systems"
	licenses
		Remnant
	cost 72000
	thumbnail "outfit/emergency ramscoop"
	"mass" 4
	"outfit space" -4
	"ramscoop" 0.5
	description "The Ember Waste is the sort of place where only a very foolish captain would travel without some sort of device for replenishing hyperspace fuel. This ramscoop is not particularly powerful, but it allows a ship to explore without fear of getting stranded."


outfit "Quantum Key Stone"
	category "Systems"
	licenses
		Remnant
	cost 240000
	thumbnail "outfit/keystone"
	"mass" 1
	"outfit space" -1
	"quantum keystone" 1
	description "This precious artifact attunes a ship's quantum oscillations in a way that allows it to travel through certain otherwise impassible wormholes in the Ember Waste. The stones are rare and valuable, because they can only be mined from one location in the Waste."



# Engines:

outfit "Crucible-Class Thruster"
	category "Engines"
	licenses
		Remnant
	"cost" 200000
	thumbnail "outfit/small remnant thruster"
	"mass" 20
	"outfit space" -20
	"engine capacity" -20
	"thrust" 18.0
	"thrusting energy" 2.65
	"thrusting heat" 2.5
	"flare sprite" "effect/remnant small flare"
		"frame rate" 5
	"flare sound" "plasma tiny"
	description "These small but powerful engines are driven by ionized gas propelled at a sizable fraction of the speed of light."

outfit "Forge-Class Thruster"
	category "Engines"
	licenses
		Remnant
	"cost" 441000
	thumbnail "outfit/medium remnant thruster"
	"mass" 39
	"outfit space" -39
	"engine capacity" -39
	"thrust" 37.0
	"thrusting energy" 5.15
	"thrusting heat" 5.0
	"flare sprite" "effect/remnant medium flare"
		"frame rate" 4
	"flare sound" "plasma small"
	description "The Remnant has taken the basic ion thruster design that has been used by humanity since the dawn of spaceflight and made it significantly more powerful... but also more power-hungry."

outfit "Smelter-Class Thruster"
	category "Engines"
	licenses
		Remnant
	"cost" 984000
	thumbnail "outfit/large remnant thruster"
	"mass" 76
	"outfit space" -76
	"engine capacity" -76
	"thrust" 76.8
	"thrusting energy" 10.10
	"thrusting heat" 10.2
	"flare sprite" "effect/remnant large flare"
		"frame rate" 3
	"flare sound" "plasma medium"
	description "It is not unheard of for a Remnant ship's engines to draw even more power than its weapon systems: an indication, perhaps, of their preference for avoiding battle when possible."


outfit "Crucible-Class Steering"
	category "Engines"
	licenses
		Remnant
	"cost" 172000
	thumbnail "outfit/small remnant steering"
	"mass" 14
	"outfit space" -14
	"engine capacity" -14
	"turn" 448.0
	"turning energy" 1.32
	"turning heat" 1.4
	description "This steering system is tiny enough to fit in even an interceptor, but the Remnant mostly use them to provide an extra bit of maneuverability for their larger ships."

outfit "Forge-Class Steering"
	category "Engines"
	licenses
		Remnant
	"cost" 393000
	thumbnail "outfit/medium remnant steering"
	"mass" 28
	"outfit space" -28
	"engine capacity" -28
	"turn" 952.0
	"turning energy" 2.64
	"turning heat" 3.0
	description "This unusually power-hungry steering system packs a lot of power into a relatively small space. It seems that engine technology has progressed more rapidly for the Remnant than it has for the rest of humanity."

outfit "Smelter-Class Steering"
	category "Engines"
	licenses
		Remnant
	"cost" 880000
	thumbnail "outfit/large remnant steering"
	"mass" 55
	"outfit space" -55
	"engine capacity" -55
	"turn" 1980.0
	"turning energy" 5.21
	"turning heat" 6.2
	description "It's unclear whether the Remnant's powerful engine systems are purely their own invention, or whether they are partly inspired by alien technology."