Skip to content

Commit c77e823

Browse files
committed
Added a new ship: the Recruiter
1 parent 63cba2c commit c77e823

File tree

8 files changed

+58
-0
lines changed

8 files changed

+58
-0
lines changed

copyright

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ License: CC-BY-SA-4.0
88
Comment: Derived from works by Michael Zahniser (under the same license).
99

1010
Files:
11+
images/ship/recruiter*
1112
images/ship/tanager*
13+
images/ship/recruiter*
1214
images/thumbnail/tanager*
1315
Copyright: bene-dictator (https://github.com/bene-dictator)
1416
License: CC-BY-SA-4.0

data/fleets.txt

+7
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ fleet "Small Core Merchants"
233233
"Bounder (Luxury)"
234234
"Dragonfly"
235235

236+
fleet "Large Northern Merchants"
237+
add variant 14
238+
"Recruiter"
239+
add variant 7
240+
"Recruiter"
241+
"Freighter (Fancy)"
242+
236243
fleet "Small Northern Merchants"
237244
add variant 18
238245
"Buttle (Northern)"

data/sales.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ planet "Maelstrom"
3131

3232
shipyard "Lionheart Advanced"
3333
add "Buttle (Northern)"
34+
add "Recruiter"
3435

3536
shipyard "Navy Advanced"
3637
add "Rumskib Destroyer"

data/ships.txt

+48
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,54 @@ ship "Marauder Combat Drone"
419419

420420

421421

422+
ship "Recruiter"
423+
sprite "ship/recruiter"
424+
thumbnail "thumbnail/recruiter"
425+
attributes
426+
category "Light Warship"
427+
cost 4560000
428+
"shields" 2900
429+
"hull" 1800
430+
"required crew" 3
431+
"bunks" 9
432+
"mass" 160
433+
"drag" 2.87
434+
"heat dissipation" .64
435+
"fuel capacity" 500
436+
"cargo space" 50
437+
"outfit space" 194
438+
"weapon capacity" 70
439+
"engine capacity" 60
440+
weapon
441+
"blast radius" 44
442+
"shield damage" 440
443+
"hull damage" 220
444+
"hit force" 660
445+
outfits
446+
"Heavy Laser" 4
447+
448+
"Outfits Expansion"
449+
"RT-I Radiothermal"
450+
"D23-QP Shield Generator"
451+
452+
"A250 Atomic Thruster"
453+
"A255 Atomic Steering"
454+
"Hyperdrive"
455+
gun -30.5 -7 "Heavy Laser"
456+
gun -20.5 -9.5 "Heavy Laser"
457+
gun 20.5 -9.5 "Heavy Laser"
458+
gun 30.5 -7 "Heavy Laser"
459+
leak "leak" 20 30
460+
leak "flame" 30 69
461+
explode "tiny explosion" 70
462+
explode "small explosion" 40
463+
explode "medium explosion" 20
464+
explode "large explosion" 5
465+
"final explode" "final explosion medium"
466+
description "When the Headhunter saw a huge success in sales, the feedback polls that Lionheart sent out only found one problem - the hull was too fragile. Their newer iteration, called the Recruiter, remedies the hull issues, although it had to lose a turret mount to do so, and the shield matrices are much less advanced."
467+
468+
469+
422470
ship "Rumskib Destroyer"
423471
sprite "ship/rumskibdestroyer"
424472
thumbnail "thumbnail/rumskibdestroyer"

images/ship/recruiter.png

16.3 KB
Loading

images/ship/recruiter@2x.png

52.9 KB
Loading

images/thumbnail/recruiter.png

31.3 KB
Loading

images/thumbnail/recruiter@2x.png

94.5 KB
Loading

0 commit comments

Comments
 (0)