Skip to content

Commit e19d315

Browse files
committed
Added the Marauder Combat Drone, along with new fleets and missions to go with it
For some reason I hadn't pushed this for a long time, so it's likely to be buggy.
1 parent 4014c39 commit e19d315

7 files changed

+327
-1
lines changed

copyright

+7
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Files:
2424
images/star/thorne-zytkow*
2525
Copyright: RisingLeaf
2626
License: CC-BY-SA-4.0
27+
28+
Files:
29+
images/ship/marauder?combat?drone*
30+
images/thumbnail/marauder?combat?drone*
31+
Copyright: Loymdayddaud
32+
License: CC-BY-SA-4.0
33+
Comment: Derived from works by Maximilian Korber and Gefüllte Taubenbrust (under the same license).

data/fleets.txt

+120-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
99
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
1010

11+
12+
1113
fleet "Pirate Variants"
1214
government "Pirate"
1315
names "pirate"
@@ -16,7 +18,6 @@ fleet "Pirate Variants"
1618
"Bulwark"
1719
"Cutlass"
1820
"Cutthroat"
19-
"Mammoth"
2021
"Marauder Behemoth"
2122
"Nighthawk"
2223
"Scrapper"
@@ -25,6 +26,122 @@ fleet "Pirate Variants"
2526
"Barb (Proton)"
2627

2728

29+
fleet "Rumskib Large Pirate Raiding Party"
30+
government "Pirate"
31+
names "pirate"
32+
personality
33+
confusion 20
34+
disables
35+
heroic
36+
plunders
37+
variant
38+
"Marauder Behemoth" 5
39+
"Marauder Combat Drone" 5
40+
variant
41+
"Sparrow" 14
42+
variant
43+
"Scrapper" 17
44+
variant
45+
"Firebird (Hai Weapons)"
46+
"Firebird" 2
47+
"Leviathan" 2
48+
variant
49+
"Freighter (Fancy)" 13
50+
variant
51+
"Shield Beetle"
52+
"Lightning Bug"
53+
"Splinter"
54+
variant
55+
"Bulwark"
56+
"Valkyrie" 2
57+
"Lance" 2
58+
"Barb (Gatling)"
59+
"Barb (Proton)"
60+
variant
61+
"Bastion"
62+
"Manta"
63+
"Osprey"
64+
"Splinter"
65+
variant
66+
"Nighthawk"
67+
"Cutthroat" 3
68+
"Valkyrie"
69+
"Barb"
70+
"Barb (Miner)"
71+
variant
72+
"Lance" 26
73+
variant
74+
"Cutthroat"
75+
"Clipper" 2
76+
"Argosy"
77+
"Modified Argosy"
78+
variant
79+
"Falcon (Laser)"
80+
"Leviathan (Laser)"
81+
"Modified Argosy" 2
82+
variant
83+
"Enforcer"
84+
"Berserker"
85+
"Fury" 2
86+
"Hawk" 2
87+
"Scrapper" 2
88+
"Sparrow" 2
89+
variant
90+
"Protector"
91+
"Headhunter" 2
92+
"Osprey"
93+
variant
94+
"Mule"
95+
"Dagger"
96+
"Sunder"
97+
"Combat Drone"
98+
"Marauder Combat Drone"
99+
"Quicksilver" 2
100+
variant
101+
"Raven" 2
102+
"Quicksilver"
103+
"Saber"
104+
"Scout" 2
105+
"Scrapper"
106+
variant
107+
"Nest"
108+
"Boxwing" 2
109+
"Roost"
110+
"Barb"
111+
"Barb (Proton)"
112+
"Dagger"
113+
"Lance"
114+
"Scout"
115+
variant
116+
"Protector"
117+
"Quicksilver"
118+
"Vanguard"
119+
"Wasp"
120+
121+
122+
fleet "Rumskib Syndicate Defense"
123+
government "Syndicate"
124+
names "syndicate capital"
125+
personality vindictive
126+
variant
127+
"Class C Freighter"
128+
"Combat Drone" 2
129+
"Mining Drone" 10
130+
variant
131+
"Class C Freighter"
132+
"Combat Drone" 2
133+
"Marauder Combat Drone"
134+
"Mining Drone" 9
135+
variant
136+
"Class C Freighter"
137+
"Combat Drone" 3
138+
"Mining Drone" 8
139+
"Surveillance Drone"
140+
variant
141+
"Freighter (Fancy)" 3
142+
"Arrow"
143+
144+
28145
fleet "Human Miners"
29146
add variant
30147
"Cleaver"
@@ -54,11 +171,13 @@ fleet "Large Northern Pirates"
54171
fleet "Large Southern Pirates"
55172
add variant 1
56173
"Marauder Behemoth"
174+
"Marauder Combat Drone"
57175

58176

59177
fleet "Marauder fleet VI"
60178
add variant 1
61179
"Marauder Behemoth"
180+
"Marauder Combat Drone"
62181
"Marauder Firebird (Weapons)"
63182
"Marauder Manta (Engines)"
64183

data/invasions.txt

+160
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
# Copyright (c) 2025 by Loymdayddaud
2+
#
3+
# Rumskib is free software: you can redistribute it and/or modify it under the
4+
# terms of the GNU General Public License as published by the Free Software
5+
# Foundation, either version 3 of the License, or (at your option) any later version.
6+
#
7+
# Rumskib is distributed in the hope that it will be useful, but WITHOUT ANY
8+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+
11+
12+
13+
mission "Rumskib: Syndicate: Pirate Invasion"
14+
name "Defend <planet>"
15+
description "<planet> is under attack by a pirate raiding party. Hold them off long enough for reinforcements to arrive."
16+
source
17+
government "Syndicate"
18+
to offer
19+
or
20+
and
21+
"combat rating" > 200
22+
random < 1
23+
and
24+
"combat rating" > 600
25+
random < 3
26+
on offer
27+
conversation
28+
`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by a large fleet of pirates! We need every armed ship to join the defenses!" The authorities will probably pay you quite well if you assist them, but this could also be an easy way to get yourself killed.`
29+
choice
30+
` (Stay here until the fight is over.)`
31+
` (Join the defense fleet.)`
32+
` Without even bothering to ask whether you're willing, you are told to launch by the local government. You take off along with the other ships in the fleet...`
33+
launch
34+
npc kill
35+
government "Pirate"
36+
personality harvests heroic plunders staying target
37+
fleet "Rumskib Large Pirate Raiding Party"
38+
fleet "Small Core Pirates"
39+
npc
40+
government "Syndicate"
41+
personality launching staying vindictive
42+
fleet "Rumskib Syndicate Defense"
43+
fleet "Small Syndicate" 3
44+
npc
45+
government "Republic"
46+
personality heroic
47+
system
48+
government "Republic"
49+
distance 2 10
50+
fleet "Large Republic" 2
51+
to spawn
52+
random < 20
53+
npc
54+
government "Syndicate"
55+
personality vindictive
56+
system
57+
government "Syndicate"
58+
distance 2 4
59+
fleet "Large Syndicate" 2
60+
fleet "Small Syndicate" 2
61+
to spawn
62+
random < 70
63+
64+
65+
mission "Rumskib: Republic: Pirate Invasion"
66+
name "Defend <planet>"
67+
description "<planet> is under attack by a pirate raiding party. Hold them off long enough for reinforcements to arrive."
68+
source
69+
government "Republic"
70+
not attributes "deep" "station"
71+
to offer
72+
or
73+
and
74+
"combat rating" > 170
75+
random < 1
76+
and
77+
"combat rating" > 400
78+
random < 3
79+
on offer
80+
conversation
81+
`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by a large fleet of pirates! We need every armed ship to join the defenses!" The authorities will probably pay you quite well if you assist them, but this could also be an easy way to get yourself killed.`
82+
choice
83+
` (Stay here until the fight is over.)`
84+
decline
85+
` (Join the defense fleet.)`
86+
` The local Republic garrison is preparing to launch and defend. You take off along with the other ships in the fleet...`
87+
launch
88+
npc kill
89+
government "Pirate"
90+
personality harvests heroic plunders staying target
91+
fleet "Rumskib Large Pirate Raiding Party"
92+
npc
93+
government "Republic"
94+
personality heroic launching staying
95+
fleet "Small Republic" 3
96+
npc
97+
government "Republic"
98+
personality heroic
99+
system
100+
government "Republic"
101+
distance 2 5
102+
fleet "Large Republic" 2
103+
npc
104+
government "Republic"
105+
personality heroic
106+
system
107+
government "Republic"
108+
distance 1 3
109+
fleet "Large Republic" 2
110+
fleet "Small Republic" 5
111+
to spawn
112+
has "flagship planet attribute: paradise"
113+
114+
115+
mission "Rumskib: Free Worlds: Pirate Invasion"
116+
name "Defend <planet>"
117+
description "<planet> is under attack by a pirate raiding party. Hold them off long enough for reinforcements to arrive."
118+
source
119+
government "Free Worlds"
120+
to offer
121+
random < 60
122+
or
123+
and
124+
"combat rating" > 100
125+
random < 1
126+
and
127+
"combat rating" > 300
128+
random < 3
129+
on offer
130+
conversation
131+
`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by a large fleet of pirates! We need every armed ship to join the defenses!" The authorities will probably pay you quite well if you assist them, but this could also be an easy way to get yourself killed.`
132+
choice
133+
` (Stay here until the fight is over.)`
134+
decline
135+
` (Join the defense fleet.)`
136+
` The local militia fleet is preparing to launch and defend. You take off along with the other ships in the fleet...`
137+
launch
138+
npc kill
139+
government "Pirate"
140+
personality harvests heroic plunders staying target
141+
fleet "Rumskib Large Pirate Raiding Party"
142+
fleet "Small Southern Pirates"
143+
npc
144+
government "Militia"
145+
personality heroic launching staying
146+
fleet "Large Militia"
147+
fleet "Small Militia" 3
148+
npc
149+
government "Free Worlds"
150+
personality heroic
151+
system
152+
distance 2 4
153+
fleet "Large Free Worlds" 2
154+
npc
155+
government "Free Worlds"
156+
personality heroic
157+
system
158+
distance 3 6
159+
fleet "Large Militia" 2
160+
fleet "Small Militia" 2

data/omnis.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ shipyard "human plugin"
1212
"Cleaver"
1313
"Cutlass"
1414
"Marauder Behemoth"
15+
"Marauder Combat Drone"
1516
"Tanager"
1617

1718
outfitter "human plugin"

data/ships.txt

+39
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ ship "Marauder Behemoth"
199199
turret 47.5 33.5 "Heavy Laser Turret"
200200
turret -22 66.5 "Heavy Laser Turret"
201201
turret 22 66.5 "Heavy Laser Turret"
202+
bay Drone 0 26.5
202203
leak "leak" 30 50
203204
leak "flame" 30 80
204205
leak "big leak" 50 30
@@ -212,6 +213,44 @@ ship "Marauder Behemoth"
212213

213214

214215

216+
ship "Marauder Combat Drone"
217+
sprite "ship/marauder combat drone"
218+
thumbnail "thumbnail/marauder combat drone"
219+
attributes
220+
category "Drone"
221+
"cost" 94000
222+
"hull" 900
223+
"automaton" 1
224+
"mass" 39
225+
"drag" .61
226+
"heat dissipation" .9
227+
"outfit space" 74
228+
"weapon capacity" 16
229+
"engine capacity" 28
230+
weapon
231+
"blast radius" 5
232+
"shield damage" 50
233+
"hull damage" 25
234+
"hit force" 75
235+
outfits
236+
"Heavy Laser"
237+
238+
"nGVF-AA Fuel Cell"
239+
"Supercapacitor"
240+
241+
"X1700 Ion Thruster"
242+
"X1200 Ion Steering"
243+
244+
engine -8.5 28.5 0.9
245+
engine 8.5 28.5 0.9
246+
gun 0 -29 "Heavy Laser"
247+
explode "tiny explosion" 15
248+
description "Combat drones are pilotless attack ships used primarily by the Republic Navy. Although very weak and easy to destroy, they can be very effective in large numbers. Because drones do not need a cockpit, they can be filled entirely with equipment and solid metal, which makes their hulls stronger than other small ships."
249+
description " This Combat Drone has been captured from the Navy and Maraudified. It now has space for a Heavy Laser and has a thicker hull - though this comes at the cost of almost doubled mass and a slightly lower top speed."
250+
description " Drones do not come equipped with a hyperdrive. You cannot carry a drone unless you have a ship in your fleet with a drone bay."
251+
252+
253+
215254
ship "Tanager"
216255
sprite "ship/tanager"
217256
thumbnail "thumbnail/tanager"

images/ship/marauder combat drone.png

6.15 KB
Loading
14.9 KB
Loading

0 commit comments

Comments
 (0)