This file is indexed.

/usr/share/games/endless-sky/data/marauders.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
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# Copyright (c) 2016 by Iaz Poolar
#
# 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.

ship "Marauder Arrow"
	sprite "ship/marrows"
	attributes
		category "Interceptor"
		"cost" 1320000
		"shields" 2300
		"hull" 500
		"required crew" 2
		"bunks" 5
		"mass" 145
		"drag" 2.7
		"heat dissipation" .85
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 210
		"weapon capacity" 55
		"engine capacity" 80
		"self destruct" .25
		weapon
			"blast radius" 27
			"shield damage" 265
			"hull damage" 135
			"hit force" 400
	outfits
		"Heavy Laser" 2
		"Quad Blaster Turret"
		
		"Dwarf Core"
		"LP072a Battery Pack"
		"D14-RN Shield Generator"
		"Cooling Ducts"
		"Laser Rifle" 5
		
		"A250 Atomic Thruster"
		"A255 Atomic Steering"
		"Hyperdrive"
		
	engine -8 57
	engine 8 57
	gun -6 -36 "Heavy Laser"
	gun 6 -36 "Heavy Laser"
	turret 0 15 "Quad Blaster Turret"
	explode "tiny explosion" 12
	explode "small explosion" 18
	explode "medium explosion" 6
	"final explode" "final explosion small"
	description "This Arrow has had numerous modifications to its hull and internal systems to make more room for outfits - mostly with combat in mind. More shields, weapons, engines, outfit space, and a turret mount nearly push this ship into the Light Warship category, and definitely make it one of the heaviest Interceptors you're likely to find."



ship "Marauder Arrow" "Marauder Arrow (Engines)"
	sprite "ship/marrowe"
	attributes
		category "Interceptor"
		"cost" 1320000
		"shields" 2300
		"hull" 500
		"required crew" 2
		"bunks" 5
		"mass" 145
		"drag" 2.7
		"heat dissipation" .85
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 210
		"weapon capacity" 55
		"engine capacity" 100
		"self destruct" .25
	outfits
		"Heavy Laser" 2
		"Anti-Missile Turret"
		
		"Dwarf Core"
		"Supercapacitor"
		"D14-RN Shield Generator"
		"Laser Rifle" 5
		
		"A370 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
		
	engine -10 57
	engine 10 57
	gun -6 -36 "Heavy Laser"
	gun 6 -36 "Heavy Laser"
	turret 0 15 "Anti-Missile Turret"
	explode "tiny explosion" 12
	explode "small explosion" 18
	explode "medium explosion" 6
	"final explode" "final explosion small"
	description "With a third engine mount, you remark that this Arrow seems more like a missile. The beefed-up engines, a little extra outfit capacity, extra shield emitters, and thicker hull plating make this vessel a very competent Interceptor."



ship "Marauder Arrow" "Marauder Arrow (Weapons)"
	sprite "ship/marroww"
	attributes
		category "Interceptor"
		"cost" 1320000
		"shields" 2300
		"hull" 500
		"required crew" 2
		"bunks" 5
		"mass" 145
		"drag" 2.7
		"heat dissipation" .85
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 210
		"weapon capacity" 60
		"engine capacity" 80
		"self destruct" .25
	outfits
		"Energy Blaster" 4
		"Heavy Laser Turret"
		
		"Dwarf Core"
		"LP036a Battery Pack"
		"D14-RN Shield Generator"
		"Water Coolant System"
		"Laser Rifle" 5
		
		"A250 Atomic Thruster"
		"A255 Atomic Steering"
		"Hyperdrive"
		
	engine -8 57
	engine 8 57
	gun -6 -36 "Energy Blaster"
	gun 6 -36 "Energy Blaster"
	gun -7 -34 "Energy Blaster"
	gun 7 -34 "Energy Blaster"
	turret 0 15
	explode "tiny explosion" 12
	explode "small explosion" 18
	explode "medium explosion" 6
	"final explode" "final explosion small"
	description "The weapons systems on this Arrow have been enhanced almost to the point of competing with Lionheart's Headhunter. The ship can still outrun all but the fastest ships, if things get a little too hairy."



ship "Marauder Bounder"
	sprite "ship/mbounders"
	attributes
		category "Interceptor"
		"cost" 1250000
		"shields" 2500
		"hull" 700
		"required crew" 2
		"bunks" 18
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 900
		"cargo space" 20
		"outfit space" 240
		"weapon capacity" 80
		"engine capacity" 115
		"self destruct" .25
		weapon
			"blast radius" 35
			"shield damage" 350
			"hull damage" 175
			"hit force" 500
	outfits
		"Particle Cannon"
		"Quad Blaster Turret" 2

		"Dwarf Core"
		"LP072a Battery Pack"
		"S-270 Regenerator"
		"Outfits Expansion"
		"Water Coolant System"
		"Security Station"
		"Laser Rifle" 18
		
		"A250 Atomic Thruster"
		"A255 Atomic Steering"
		"Afterburner"
		"Hyperdrive"
		
	engine -12 44
	engine 12 44
	gun 0 -85 "Particle Cannon"
	turret -38 7 "Quad Blaster Turret"
	turret 38 7 "Quad Blaster Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion small"
	description "This Megaparsec Bounder has been modified from a courier-scout into a heavy escort Interceptor - currently the largest in the class. A little extra outfit space, reinforced turret mounts, a new gun port in front of the pilot, and additional shield emitters bring this former Transport into combat with fearsome speed and armament."



ship "Marauder Bounder" "Marauder Bounder (Engines)"
	sprite "ship/mboundere"
	attributes
		category "Interceptor"
		"cost" 1250000
		"shields" 2500
		"hull" 700
		"required crew" 2
		"bunks" 18
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 900
		"cargo space" 20
		"outfit space" 240
		"weapon capacity" 80
		"engine capacity" 130
		"self destruct" .25
	outfits
		"Heavy Laser"
		"Quad Blaster Turret" 2
		
		"Dwarf Core"
		"LP072a Battery Pack"
		"S-270 Regenerator"
		"Water Coolant System"
		"Outfits Expansion"
		"Laser Rifle" 18
		
		"A370 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
		
	engine -12 58 .7
	engine 0 51
	engine 12 58 .7
	gun 0 -85 "Heavy Laser"
	turret -38 7 "Quad Blaster Turret"
	turret 38 7 "Quad Blaster Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion small"
	description "The previous owner of this Bounder has modified an already fast courier-scout into an even faster heavy escort Interceptor with some truly enormous engines, making it incredibly fast for its size."



ship "Marauder Bounder" "Marauder Bounder (Weapons)"
	sprite "ship/mbounderw"
	attributes
		category "Interceptor"
		"cost" 1250000
		"shields" 2500
		"hull" 700
		"required crew" 2
		"bunks" 18
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 900
		"cargo space" 20
		"outfit space" 240
		"weapon capacity" 100
		"engine capacity" 115
		"self destruct" .25
	outfits
		"Modified Blaster" 2
		"Heavy Laser Turret" 2
		
		"Dwarf Core"
		"LP072a Battery Pack"
		"S-270 Regenerator"
		"Water Coolant System"
		"Outfits Expansion"
		"Security Station"
		"Laser Rifle" 18
		
		"A250 Atomic Thruster"
		"A255 Atomic Steering"
		"Hyperdrive"
		
	engine -15 44
	engine 15 44
	gun -7 -77 "Modified Blaster"
	gun 7 -77 "Modified Blaster"
	turret -37 4 "Heavy Laser Turret"
	turret 37 4 "Heavy Laser Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion small"
	description "Simultaneously the deadliest and most graceful Interceptor in the galaxy, this once Bounder courier-scout has been equipped with incredibly powerful weapons for a ship of its size."



ship "Marauder Falcon"
	sprite "ship/mfalcons"
	attributes
		category "Heavy Warship"
		"cost" 13900000
		"shields" 14100
		"hull" 4100
		"required crew" 43
		"bunks" 80
		"mass" 560
		"drag" 6.7
		"heat dissipation" .8
		"fuel capacity" 600
		"cargo space" 60
		"outfit space" 580
		"weapon capacity" 265
		"engine capacity" 165
		"self destruct" .15
		weapon
			"blast radius" 170
			"shield damage" 1750
			"hull damage" 900
			"hit force" 2750
	outfits
		"Plasma Cannon" 4
		"Modified Blaster Turret" 4
		
		"Fusion Reactor"
		"LP288a Battery Pack"
		"D67-TM Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Outfits Expansion" 3
		"Laser Rifle" 80
		
		"A520 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"

	engine -16 143
	engine 16 143
	gun -16 -89 "Plasma Cannon"
	gun 16 -89 "Plasma Cannon"
	gun -16 -89 "Plasma Cannon"
	gun 16 -89 "Plasma Cannon"
	turret -16 -25 "Modified Blaster Turret"
	turret 16 -25 "Modified Blaster Turret"
	turret -57 32.5 "Modified Blaster Turret"
	turret 57 32.5 "Modified Blaster Turret"
	explode "tiny explosion" 40
	explode "small explosion" 55
	explode "medium explosion" 60
	explode "large explosion" 40
	"final explode" "final explosion large"
	description "This Tarazed Falcon has been heavily modified by some very dedicated craftsmen. The hull is riddled with extra shield emitters and expanded equipment bays, adding bulk and definitely voiding the warranty."



ship "Marauder Falcon" "Marauder Falcon (Engines)"
	sprite "ship/mfalcone"
	attributes
		category "Heavy Warship"
		"cost" 13900000
		"shields" 14100
		"hull" 4100
		"required crew" 43
		"bunks" 80
		"mass" 560
		"drag" 6.7
		"heat dissipation" .8
		"fuel capacity" 600
		"cargo space" 60
		"outfit space" 580
		"weapon capacity" 265
		"engine capacity" 220
		"self destruct" .1
	outfits
		"Electron Beam" 4
		"Blaster Turret" 2
		"Modified Blaster Turret" 2
		
		"Fusion Reactor"
		"LP144a Battery Pack"
		"D41-HY Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Outfits Expansion" 3
		"Laser Rifle" 80
		
		"A860 Atomic Thruster"
		"A865 Atomic Steering"
		"Hyperdrive"
	
	engine -21 138 .7
	engine 0 144
	engine 21 138 .7
	gun -16 -88 "Electron Beam"
	gun 16 -88 "Electron Beam"
	gun -16 -88 "Electron Beam"
	gun 16 -88 "Electron Beam"
	turret -16 -24 "Modified Blaster Turret"
	turret 16 -24 "Modified Blaster Turret"
	turret -57 32.5 "Blaster Turret"
	turret 57 32.5 "Blaster Turret"
	explode "tiny explosion" 40
	explode "small explosion" 55
	explode "medium explosion" 60
	explode "large explosion" 40
	"final explode" "final explosion large"
	description "Whoever modified this Falcon clearly valued speed above all else. Major sections of the hull have been reconfigured to accommodate the largest possible engines. If hot-rodding across the galaxy in a 1000 ton warship that handles like a Flivver is your dream, look no further."




ship "Marauder Falcon" "Marauder Falcon (Weapons)"
	sprite "ship/mfalconw"
	attributes
		category "Heavy Warship"
		"cost" 13900000
		"shields" 14100
		"hull" 4100
		"required crew" 43
		"bunks" 80
		"mass" 560
		"drag" 6.7
		"heat dissipation" .8
		"fuel capacity" 600
		"cargo space" 60
		"outfit space" 580
		"weapon capacity" 300
		"engine capacity" 165
		"self destruct" .1
	outfits
		"Plasma Cannon" 6
		"Quad Blaster Turret" 4
		
		"Fusion Reactor"
		"LP144a Battery Pack"
		"D41-HY Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Outfits Expansion" 3
		"Laser Rifle" 80
		
		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -16 142
	engine 16 142
	gun -18.5 -88 "Plasma Cannon"
	gun 18.5 -88 "Plasma Cannon"
	gun -18.5 -88 "Plasma Cannon"
	gun 18.5 -88 "Plasma Cannon"
	gun -21.5 -77 "Plasma Cannon"
	gun 21.5 -77 "Plasma Cannon"
	turret -16 -25 "Quad Blaster Turret"
	turret 16 -25 "Quad Blaster Turret"
	turret -57 32.5 "Quad Blaster Turret"
	turret 57 32.5 "Quad Blaster Turret"
	explode "tiny explosion" 40
	explode "small explosion" 55
	explode "medium explosion" 60
	explode "large explosion" 40
	"final explode" "final explosion large"
	description "Whoever modified this Falcon clearly believed that firepower was everything. Two additional gun ports have been integrated into the hull, and the ship's interior space has been reconfigured to accommodate nearly any set of weapons you can imagine."



ship "Marauder Firebird"
	sprite "ship/mfirebirds"
	attributes
		category "Medium Warship"
		"cost" 4100000
		"shields" 7000
		"hull" 3000
		"required crew" 10
		"bunks" 25
		"mass" 350
		"drag" 4.5
		"heat dissipation" .6
		"fuel capacity" 400
		"cargo space" 20
		"outfit space" 450
		"weapon capacity" 175
		"engine capacity" 110
		"self destruct" .25
		weapon
			"blast radius" 110
			"shield damage" 1100
			"hull damage" 550
			"hit force" 1650
	outfits
		"Plasma Cannon" 4
		"Heavy Laser Turret"
		"Heavy Anti-Missile Turret"
		
		"Fusion Reactor"
		"Supercapacitor"
		"S-970 Regenerator"
		"Liquid Helium Cooler"
		"Outfits Expansion"
		"Laser Rifle" 25
		
		"A250 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -32 62
	engine 32 62
	gun -27 -32 "Plasma Cannon"
	gun 27 -32 "Plasma Cannon"
	gun -38 -18 "Plasma Cannon"
	gun 38 -18 "Plasma Cannon"
	turret -5 3 "Heavy Laser Turret"
	turret 5 3 "Heavy Anti-Missile Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "By the looks of the modification that have taken place, you suspect that this ship contains no original parts. With extra shield emitters, hull plating, and outfit space, this half-millennium young ship is finding new life with its heavy modification."



ship "Marauder Firebird" "Marauder Firebird (Engines)"
	sprite "ship/mfirebirde"
	attributes
		category "Medium Warship"
		"cost" 4100000
		"shields" 7000
		"hull" 3000
		"required crew" 10
		"bunks" 25
		"mass" 350
		"drag" 4.5
		"heat dissipation" .6
		"fuel capacity" 400
		"cargo space" 20
		"outfit space" 450
		"weapon capacity" 175
		"engine capacity" 130
		"self destruct" .15
	outfits
		"Plasma Cannon" 4
		"Quad Blaster Turret"
		"Anti-Missile Turret"
		
		"Fusion Reactor"
		"LP036a Battery Pack"
		"Supercapacitor"
		"S-970 Regenerator"
		"Liquid Helium Cooler"
		"Outfits Expansion"
		"Security Station"
		"Laser Rifle" 24
		
		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -34 62
	engine 0 74
	engine 34 62
	gun -26.5 -33 "Plasma Cannon"
	gun 26.5 -33 "Plasma Cannon"
	gun -38 -18 "Plasma Cannon"
	gun 38 -18 "Plasma Cannon"
	turret -5 3 "Quad Blaster Turret"
	turret 5 3 "Anti-Missile Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "One of the biggest complaints about Betelgeuse's venerable classic from younger pilots is that it's heavy and slow. A previous owner of this ship also believed so, and has fitted another engine port, in addition to setting aside more space for outfits and giving the old ship some new hull plating and shield emitters."



ship "Marauder Firebird" "Marauder Firebird (Weapons)"
	sprite "ship/mfirebirdw"
	attributes
		category "Medium Warship"
		"cost" 4100000
		"shields" 7000
		"hull" 3000
		"required crew" 10
		"bunks" 25
		"mass" 350
		"drag" 4.5
		"heat dissipation" .6
		"fuel capacity" 400
		"cargo space" 20
		"outfit space" 450
		"weapon capacity" 210
		"engine capacity" 110
		"self destruct" .15
	outfits
		"Particle Cannon" 4
		"Quad Blaster Turret" 2
		
		"Fusion Reactor"
		"Supercapacitor"
		"S-970 Regenerator"
		"Liquid Helium Cooler"
		"Outfits Expansion"
		"Security Station"
		"Laser Rifle" 24
		
		"A250 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -32 62
	engine 32 62
	gun -27 -32 "Particle Cannon"
	gun 27 -32 "Particle Cannon"
	gun -38 -18 "Particle Cannon"
	gun 38 -18 "Particle Cannon"
	turret -5 3 "Quad Blaster Turret"
	turret 5 3 "Quad Blaster Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "This Medium Warship with one of the heaviest armaments possible just got heavier. With more outfit space, giant gun ports, extra hull plating, and more shield emitters - this blast from the past will make its targets history."



ship "Marauder Fury"
	plural "Marauder Furies"
	sprite "ship/mfury"
	attributes
		category "Interceptor"
		"cost" 750000
		"shields" 3000
		"hull" 600
		"required crew" 1
		"bunks" 3
		"mass" 100
		"drag" 1.9
		"heat dissipation" .85
		"fuel capacity" 500
		"cargo space" 15
		"outfit space" 240
		"weapon capacity" 80
		"engine capacity" 100
		"ramscoop" 2
		weapon
			"blast radius" 36
			"shield damage" 360
			"hull damage" 180
			"hit force" 520
	outfits
		"Hai Tracker Pod" 2
		"Meteor Missile Launcher" 4
		"Hai Tracker" 112
		"Meteor Missile" 140
		
		"Pebble Core"
		"Small Biochemical Cell"
		"Hai Williwaw Cooling"
		"Hai Corundum Regenerator"
		"Intrusion Countermeasures" 3
		
		`"Biroo" Atomic Thruster`
		"A255 Atomic Steering"
		"Hyperdrive"
		
	engine -21 42
	engine 0 48
	engine 21 42
	gun -12 -33 "Meteor Missile Launcher"
	gun 12 -33 "Meteor Missile Launcher"
	gun -20 -25 "Meteor Missile Launcher"
	gun 20 -25 "Meteor Missile Launcher"
	gun -43.5 2 "Hai Tracker Pod"
	gun 43.5 2 "Hai Tracker Pod"
	explode "tiny explosion" 10
	explode "small explosion" 20
	"final explode" "final explosion small"
	description "You're sure there's a Southbound Fury under all the extra modifications. This ship appears to be one man's insane quest to make the most powerful single pilot warship ever. Upon closer inspection, you're inclined to believe he may have succeeded."



ship "Marauder Leviathan"
	sprite "ship/mleviathans"
	attributes
		category "Heavy Warship"
		"cost" 10800000
		"shields" 16000
		"hull" 5500
		"required crew" 48
		"bunks" 69
		"mass" 640
		"drag" 7.6
		"heat dissipation" .5
		"fuel capacity" 500
		"cargo space" 40
		"outfit space" 680
		"weapon capacity" 265
		"engine capacity" 140
		"self destruct" .15
		weapon
			"blast radius" 90
			"shield damage" 900
			"hull damage" 450
			"hit force" 1500
	outfits
		"Particle Cannon" 4
		"Quad Blaster Turret" 2
		"Heavy Laser Turret" 2
		
		"Fusion Reactor"
		"LP144a Battery Pack"
		"D94-YV Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Outfits Expansion" 2
		"Laser Rifle" 69
		
		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Ionic Afterburner"
		"Hyperdrive"
	
	engine -25 125
	engine 25 125
	gun -38 -34 "Particle Cannon"
	gun 38 -34 "Particle Cannon"
	gun -50 -26 "Particle Cannon"
	gun 50 -26 "Particle Cannon"
	turret -15 -50 "Quad Blaster Turret"
	turret 15 -50 "Quad Blaster Turret"
	turret -25 10 "Heavy Laser Turret"
	turret 25 10 "Heavy Laser Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion large"
	description "The Betelgeuse Shipyards Leviathan has been in service for a long time, and captains have had some very interesting ideas about how to modify them for optimum performance. This one has had the hull surface completely stripped off and replaced with a surface containing more shield projectors per square meter."



ship "Marauder Leviathan" "Marauder Leviathan (Engines)"
	sprite "ship/mleviathane"
	attributes
		category "Heavy Warship"
		"cost" 10800000
		"shields" 16000
		"hull" 5500
		"required crew" 47
		"bunks" 68
		"mass" 640
		"drag" 7.6
		"heat dissipation" .5
		"fuel capacity" 500
		"cargo space" 40
		"outfit space" 680
		"weapon capacity" 265
		"engine capacity" 220
		"self destruct" .1
	outfits
		"Electron Beam" 4
		"Quad Blaster Turret" 4
		
		"Fusion Reactor"
		"LP144a Battery Pack"
		"D94-YV Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Liquid Nitrogen Cooler"
		"Outfits Expansion" 2
		"Laser Rifle" 69
		
		"A860 Atomic Thruster"
		"A865 Atomic Steering"
		"Hyperdrive"
	
	engine -27 125
	engine 27 125
	gun -38 -34 "Electron Beam"
	gun 38 -34 "Electron Beam"
	gun -50 -23 "Electron Beam"
	gun 50 -23 "Electron Beam"
	turret -16 -48 "Quad Blaster Turret"
	turret 16 -48 "Quad Blaster Turret"
	turret -25 10 "Quad Blaster Turret"
	turret 25 10 "Quad Blaster Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion large"
	description "As if the Leviathan isn't a terrifying enough ship already, this one has been heavily modified with special attention paid to the engine capacity, enabling it to bring its guns to bear even faster."



ship "Marauder Leviathan" "Marauder Leviathan (Weapons)"
	sprite "ship/mleviathanw"
	attributes
		category "Heavy Warship"
		"cost" 10800000
		"shields" 16000
		"hull" 5500
		"required crew" 47
		"bunks" 68
		"mass" 640
		"drag" 7.6
		"heat dissipation" .5
		"fuel capacity" 500
		"cargo space" 40
		"outfit space" 680
		"weapon capacity" 300
		"engine capacity" 140
		"self destruct" .1
	outfits
		"Particle Cannon" 4
		"Heavy Laser Turret" 4

		"Fusion Reactor"
		"LP144a Battery Pack"
		"D94-YV Shield Generator"
		"Large Radar Jammer"
		"Liquid Helium Cooler"
		"Outfits Expansion" 2
		"Laser Rifle" 69

		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Ionic Afterburner"
		"Hyperdrive"
	
	engine -25 125
	engine 25 125
	gun -39 -52 "Particle Cannon"
	gun 39 -52 "Particle Cannon"
	gun -50 -45 "Particle Cannon"
	gun 50 -45 "Particle Cannon"
	turret -15 -50 "Heavy Laser Turret"
	turret 15 -50 "Heavy Laser Turret"
	turret -25 10 "Heavy Laser Turret"
	turret 25 10 "Heavy Laser Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion large"
	description "This Leviathan once belonged to an infamous pirate captain whose name has been lost to the ages. It's had so much custom work done to it that can hardly even be considered the same ship. The weapons capacity, in particular has been massively increased."



ship "Marauder Manta"
	sprite "ship/mmantas"
	attributes
		category "Medium Warship"
		"cost" 3740000
		"shields" 6500
		"hull" 1750
		"required crew" 7
		"bunks" 11
		"mass" 195
		"drag" 4.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 10
		"outfit space" 390
		"weapon capacity" 155
		"engine capacity" 110
		"self destruct" .25
		weapon
			"blast radius" 90
			"shield damage" 900
			"hull damage" 450
			"hit force" 1350
	outfits
		"Plasma Cannon" 2
		"Particle Cannon" 2
		"Meteor Missile Launcher" 2
		"Meteor Missile" 70
		"Quad Blaster Turret"
		
		"Dwarf Core"
		"LP144a Battery Pack"
		"D14-RN Shield Generator"
		"Liquid Nitrogen Cooler"
		"Security Station" 3
		"Laser Rifle" 8
		
		"A250 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -33 38
	engine 33 38
	gun -66 -30 "Meteor Missile Launcher"
	gun 66 -30 "Meteor Missile Launcher"
	gun -27 -30 "Particle Cannon"
	gun 27 -30 "Particle Cannon"
	gun -20 -30 "Particle Cannon"
	gun 20 -30 "Particle Cannon"
	turret 0 -29 "Quad Blaster Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion medium"
	description `After the Syndicate released their Vanguard Heavy Warship, the Manta fell somewhat out of favor, lacking the ability to mount any anti-missile systems. The owner of this Manta rectified that, added some extra armor plating and shield emitters, and rearranged some of the internals to yield a little more outfit space. Dry tonnage alone keeps it in the Medium Warship category.`



ship "Marauder Manta" "Marauder Manta (Engines)"
	sprite "ship/mmantae"
	attributes
		category "Medium Warship"
		"cost" 3740000
		"shields" 6500
		"hull" 1750
		"required crew" 7
		"bunks" 11
		"mass" 195
		"drag" 4.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 10
		"outfit space" 390
		"weapon capacity" 155
		"engine capacity" 130
		"self destruct" .15
	outfits
		"Plasma Cannon" 4
		"Meteor Missile Launcher" 2
		"Meteor Missile" 70
		"Quad Blaster Turret"
		
		"Dwarf Core"
		"LP144a Battery Pack"
		"D14-RN Shield Generator"
		"Liquid Nitrogen Cooler"
		"Laser Rifle" 11
		
		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -33.5 38
	engine 0 76
	engine 33.5 38
	gun -66 -30 "Meteor Missile Launcher"
	gun 66 -30 "Meteor Missile Launcher"
	gun -27 -30 "Plasma Cannon"
	gun 27 -30 "Plasma Cannon"
	gun -20 -30 "Plasma Cannon"
	gun 20 -30 "Plasma Cannon"
	turret 0 -29 "Quad Blaster Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion medium"
	description `A previous owner of this Manta has gone to great lengths to make sure they could bring all six gun ports to bear in a hurry and chase down smaller warships. Style was not lost on that captain, and a forked tail yielded a little more space for shield projectors in an area that would have been destabilized by engine exhaust. It almost makes it to "Heavy Warship," but dry tonnage keeps it in the Medium Warship category.`



ship "Marauder Manta" "Marauder Manta (Weapons)"
	sprite "ship/mmantaw"
	attributes
		category "Medium Warship"
		"cost" 3740000
		"shields" 6500
		"hull" 1750
		"required crew" 7
		"bunks" 11
		"mass" 195
		"drag" 4.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 10
		"outfit space" 390
		"weapon capacity" 175
		"engine capacity" 110
		"self destruct" .15
	outfits
		"Particle Cannon" 2
		"Proton Gun" 2
		"Meteor Missile Launcher" 2
		"Meteor Missile" 70
		"Heavy Anti-Missile Turret"
		
		"Fission Reactor"
		"LP072a Battery Pack"
		"LP036a Battery Pack"
		"Supercapacitor"
		"D14-RN Shield Generator"
		"Liquid Nitrogen Cooler"
		"Laser Rifle" 11
		
		"A250 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
		
	engine -33.5 38
	engine 33.5 38
	gun -66 -34 "Meteor Missile Launcher"
	gun 66 -34 "Meteor Missile Launcher"
	gun -27 -35 "Proton Gun"
	gun 27 -35 "Proton Gun"
	gun -20 -35 "Particle Cannon"
	gun 20 -35 "Particle Cannon"
	turret 0 -29 "Heavy Anti-Missile Turret"
	explode "tiny explosion" 10
	explode "small explosion" 20
	explode "medium explosion" 15
	"final explode" "final explosion medium"
	description `This Manta has undergone extensive modification, featuring extra gun ports, hull plating, and shield emitters. You wonder where the modifier intended the power systems to go, but you're sure you'll find space for them somewhere. It almost makes it to "Heavy Warship," but dry tonnage keeps it in the Medium Warship category.`



ship "Marauder Quicksilver"
	sprite "ship/mquicksilvers"
	attributes
		category "Light Warship"
		"cost" 1200000
		"shields" 3500
		"hull" 900
		"required crew" 4
		"bunks" 7
		"mass" 140
		"drag" 2.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 265
		"weapon capacity" 65
		"engine capacity" 75
		"self destruct" .25
		weapon
			"blast radius" 45
			"shield damage" 450
			"hull damage" 225
			"hit force" 650
	outfits
		"Heavy Laser" 2
		"Heavy Anti-Missile Turret"
		
		"Fission Reactor"
		"LP036a Battery Pack"
		"S-270 Regenerator"
		"Liquid Nitrogen Cooler"
		"Security Station" 3
		"Laser Rifle"
		
		"A250 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
	
	engine -16 52
	engine 16 52
	gun -7 -39 "Heavy Laser"
	gun 7 -39 "Heavy Laser"
	turret 0 15 "Heavy Anti-Missile Turret"
	explode "tiny explosion" 12
	explode "small explosion" 16
	"final explode" "final explosion small"
	description "This Megaparsec Quicksilver is a bit of a Hotrod, being a little faster, with extra shield projectors, hull plating, and an extra bunk. This aftermarket model also features a turret mount, perhaps in an answer to Lionheart's Headhunter. The shop that built this ship is sure to see more customers."



ship "Marauder Quicksilver" "Marauder Quicksilver (Engines)"
	sprite "ship/mquicksilvere"
	attributes
		category "Light Warship"
		"cost" 1200000
		"shields" 3500
		"hull" 900
		"required crew" 4
		"bunks" 7
		"mass" 140
		"drag" 2.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 265
		"weapon capacity" 65
		"engine capacity" 115
		"self destruct" .15
	outfits
		"Pulse Cannon" 2
		"Anti-Missile Turret"
		
		"Fission Reactor"
		"S-270 Regenerator"
		"LP036a Battery Pack"
		"Liquid Nitrogen Cooler"
		"Security Station" 2
		"Laser Rifle" 5
		
		"A370 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
	
	engine -16 52
	engine 0 52
	engine 16 52
	gun -7 -39 "Pulse Cannon"
	gun 7 -39 "Pulse Cannon"
	turret 0 15 "Anti-Missile Turret"
	explode "tiny explosion" 12
	explode "small explosion" 16
	"final explode" "final explosion small"
	description "This Quicksilver has even more space available for engine use - and even another thruster port! It's also got a few extra shield projectors, more hull plating and another bunk. This aftermarket model also features a turret mount, perhaps in response to Lionheart's Headhunter. Whoever modified this ship wanted to chase their prey down with vicious speed."



ship "Marauder Quicksilver" "Marauder Quicksilver (Weapons)"
	sprite "ship/mquicksilverw"
	attributes
		category "Light Warship"
		"cost" 1200000
		"shields" 3500
		"hull" 900
		"required crew" 4
		"bunks" 7
		"mass" 140
		"drag" 2.7
		"heat dissipation" .8
		"fuel capacity" 400
		"cargo space" 5
		"outfit space" 265
		"weapon capacity" 80
		"engine capacity" 75
		"self destruct" .15
	outfits
		"Heavy Laser" 2
		"Heavy Laser Turret"
		
		"Fission Reactor"
		"LP036a Battery Pack"
		"S-270 Regenerator"
		"Liquid Nitrogen Cooler"
		"Security Station" 4
		"Laser Rifle"
		
		"A250 Atomic Thruster"
		"A255 Atomic Steering"
		"Hyperdrive"
	
	engine -17 54
	engine 17 54
	turret 0 15
	gun -7 -39 "Heavy Laser"
	gun 7 -39 "Heavy Laser"
	turret 0 15 "Heavy Laser Turret"
	explode "tiny explosion" 12
	explode "small explosion" 16
	"final explode" "final explosion small"
	description "This Quicksilver has even bigger gun ports. It's also got a few extra shield emitters, more hull plating, and an extra bunk. Outfitted right, this aftermarket model could be even faster than a stock model, bringing a couple of extra cannons and a turret to the fight, to mimic Lionheart's Headhunter perhaps a little more menacingly."



ship "Marauder Raven"
	sprite "ship/mravens"
	attributes
		category "Light Warship"
		"cost" 2250000
		"shields" 5200
		"hull" 1600
		"required crew" 7
		"bunks" 14
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 500
		"cargo space" 20
		"outfit space" 310
		"weapon capacity" 105
		"engine capacity" 110
		"self destruct" .25
		weapon
			"blast radius" 65
			"shield damage" 650
			"hull damage" 350
			"hit force" 1000
	outfits
		"Heavy Laser" 4
		"Heavy Laser Turret"
		
		"Breeder Reactor"
		"Supercapacitor" 3
		"S-270 Regenerator"
		"Liquid Nitrogen Cooler"
		"Outfits Expansion"
		
		"A250 Atomic Thruster"
		"A375 Atomic Steering"
		"Afterburner"
		"Hyperdrive"
	
	engine -12 45
	engine 12 45
	gun -10 -33 "Heavy Laser"
	gun 10 -33 "Heavy Laser"
	gun -16 -28 "Heavy Laser"
	gun 16 -28 "Heavy Laser"
	turret 0 -19 "Heavy Laser Turret"
	explode "medium explosion" 24
	explode "large explosion" 16
	explode "tiny explosion" 28
	explode "small explosion" 40
	"final explode" "final explosion small"
	description "The modifier of this Raven has given more heft to an agile and elegant vessel. They've added a turret and some apparently flimsy bulkheads over extra shield emitters and outfit space. If it weren't for the wingtips, you would barely recognize Lionheart's ship under the patchwork that you expect has made an already deadly warship even more so."



ship "Marauder Raven" "Marauder Raven (Engines)"
	sprite "ship/mravene"
	attributes
		category "Light Warship"
		"cost" 2250000
		"shields" 5200
		"hull" 1600
		"required crew" 7
		"bunks" 14
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 500
		"cargo space" 20
		"outfit space" 310
		"weapon capacity" 105
		"engine capacity" 130
		"self destruct" .15
	outfits
		"Heavy Laser" 4
		"Heavy Laser Turret"
		
		"Breeder Reactor"
		"Supercapacitor"
		"S-270 Regenerator"
		"Liquid Nitrogen Cooler"
		"Outfits Expansion"
		
		"A370 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
	
	engine -12 45 .7
	engine 0 43
	engine 12 45 .7
	gun -10 -33 "Heavy Laser"
	gun 10 -33 "Heavy Laser"
	gun -16 -28 "Heavy Laser"
	gun 16 -28 "Heavy Laser"
	turret 0 -19 "Heavy Laser Turret"
	explode "medium explosion" 24
	explode "large explosion" 16
	explode "tiny explosion" 28
	explode "small explosion" 40
	"final explode" "final explosion small"
	description "Lionheart's elegant Raven has gained popularity with pirates because of its agility. This one appears to have been modified for even more of the latter, at the expense of the former, and You only recognize it as a Raven by the wingtips. A third engine bay, more outfit space, additional shield emitters, and a turret make this already deadly warship appear even more frightening."



ship "Marauder Raven" "Marauder Raven (Weapons)"
	sprite "ship/mravenw"
	attributes
		category "Light Warship"
		"cost" 2250000
		"shields" 5200
		"hull" 1600
		"required crew" 7
		"bunks" 14
		"mass" 145
		"drag" 3.7
		"heat dissipation" .8
		"fuel capacity" 500
		"cargo space" 20
		"outfit space" 310
		"weapon capacity" 135
		"engine capacity" 110
		"self destruct" .15
	outfits
		"Plasma Cannon" 2
		"Pulse Cannon" 2
		"Heavy Laser Turret"
		
		"Breeder Reactor"
		"Supercapacitor" 2
		"S-270 Regenerator"
		"Liquid Nitrogen Cooler"
		"Outfits Expansion"
		
		"A250 Atomic Thruster"
		"A375 Atomic Steering"
		"Hyperdrive"
	
	engine -12 45
	engine 12 45
	gun -11 -33 "Plasma Cannon"
	gun 11 -33 "Plasma Cannon"
	gun -17 -28 "Pulse Cannon"
	gun 17 -28 "Pulse Cannon"
	turret 0 -19 "Heavy Laser Turret"
	explode "medium explosion" 24
	explode "large explosion" 16
	explode "tiny explosion" 28
	explode "small explosion" 40
	"final explode" "final explosion small"
	description "A former owner of this ship apparently didn't like the lithe Raven, and has added so much more weapons, shield, and outfit capacity to it that you only recognize it by the wingtips. Besides adding a turret, this ship has enormous gun ports, making you wonder how much more deadly you could make a Light Warship."



ship "Marauder Splinter"
	sprite "ship/msplinters"
	attributes
		category "Medium Warship"
		"cost" 3400000
		"shields" 5700
		"hull" 1950
		"required crew" 14
		"bunks" 22
		"mass" 275
		"drag" 4.0
		"heat dissipation" .7
		"fuel capacity" 600
		"cargo space" 40
		"outfit space" 450
		"weapon capacity" 165
		"engine capacity" 110
		"self destruct" .25
		weapon
			"blast radius" 60
			"shield damage" 600
			"hull damage" 300
			"hit force" 900
	outfits
		"Plasma Cannon" 2
		"Heavy Laser Turret" 2
		"Heavy Anti-Missile Turret"
		
		"Fusion Reactor"
		"LP036a Battery Pack"
		"D67-TM Shield Generator"
		"Liquid Nitrogen Cooler"
		"Laser Rifle" 22
		
		"A250 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -14 112
	engine 14 112
	gun -15 -82 "Plasma Cannon"
	gun 15 -82 "Plasma Cannon"
	turret -17 -28 "Heavy Laser Turret"
	turret 0 -28 "Heavy Anti-Missile Turret"
	turret 17 -28 "Heavy Laser Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "The Splinter is the largest warship produced by Megaparsec. Apparently someone wanted a bit more out of it, and has covered large sections of the hull with extra shield emitters and hull plating. Much of the stock cargo space has been converted to outfit, weapons and engines space, coupled with streamlining of existing internal systems make this light Medium Warship an agile and flexible war machine."



ship "Marauder Splinter" "Marauder Splinter (Engines)"
	sprite "ship/msplintere"
	attributes
		category "Medium Warship"
		"cost" 3400000
		"shields" 5700
		"hull" 1950
		"required crew" 14
		"bunks" 22
		"mass" 275
		"drag" 4.0
		"heat dissipation" .7
		"fuel capacity" 600
		"cargo space" 40
		"outfit space" 450
		"weapon capacity" 165
		"engine capacity" 130
		"self destruct" .15
	outfits
		"Plasma Cannon" 2
		"Quad Blaster Turret" 2
		"Heavy Anti-Missile Turret"
		
		"Fusion Reactor"
		"LP036a Battery Pack"
		"D67-TM Shield Generator"
		"Liquid Nitrogen Cooler"
		"Water Coolant System"
		"Security Station"
		"Laser Rifle" 21
		
		"A370 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -15 114 .7
	engine 0 118
	engine 15 114 .7
	gun -15 -82 "Plasma Cannon"
	gun 15 -82 "Plasma Cannon"
	turret -17 -28 "Quad Blaster Turret"
	turret 0 -28 "Heavy Anti-Missile Turret"
	turret 17 -28 "Quad Blaster Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "In a sub-kiloton warship, you're not likely to find one faster or more deadly than this one. Large sections of the hull have been covered with extra hull plating and shield emitters. Much of the cargo space has been converted to outfit space, a great deal of which is at the rear of the ship, which features a new engine port."



ship "Marauder Splinter" "Marauder Splinter (Weapons)"
	sprite "ship/msplinterw"
	attributes
		category "Medium Warship"
		"cost" 3400000
		"shields" 5700
		"hull" 1950
		"required crew" 14
		"bunks" 22
		"mass" 275
		"drag" 4.0
		"heat dissipation" .7
		"fuel capacity" 600
		"cargo space" 40
		"outfit space" 450
		"weapon capacity" 180
		"engine capacity" 110
		"self destruct" .15
	outfits
		"Plasma Cannon" 4
		"Quad Blaster Turret" 2
		"Heavy Anti-Missile Turret"
		
		"Fusion Reactor"
		"LP036a Battery Pack"
		"D23-QP Shield Generator"
		"Liquid Nitrogen Cooler"
		"Security Station" 2
		"Laser Rifle" 20
		
		"A250 Atomic Thruster"
		"A525 Atomic Steering"
		"Hyperdrive"
	
	engine -14 112
	engine 14 112
	gun -7.5 -98 "Plasma Cannon"
	gun 7.5 -98 "Plasma Cannon"
	gun -15 -82 "Plasma Cannon"
	gun 15 -82 "Plasma Cannon"
	turret -17 -28 "Quad Blaster Turret"
	turret 0 -28 "Heavy Anti-Missile Turret"
	turret 17 -28 "Quad Blaster Turret"
	explode "tiny explosion" 18
	explode "small explosion" 36
	explode "medium explosion" 24
	explode "large explosion" 8
	"final explode" "final explosion medium"
	description "This Splinter has had extensive modification to its weapons space, with two new forward hard points on either side of the bridge. Large sections of the hull are covered with extra shield emitters and hull plating. Much of the stock cargo space has been converted to space for outfits, weapons and engines, coupled with streamlining of existing internal systems make the prospect of meeting this flexible war machine in an uninhabited system seem pretty unappealing."