summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Ships/Ground_Units/Gnd_sam1.def
diff options
context:
space:
mode:
Diffstat (limited to 'data/shatter/Ships/Ground_Units/Gnd_sam1.def')
-rw-r--r--data/shatter/Ships/Ground_Units/Gnd_sam1.def70
1 files changed, 70 insertions, 0 deletions
diff --git a/data/shatter/Ships/Ground_Units/Gnd_sam1.def b/data/shatter/Ships/Ground_Units/Gnd_sam1.def
new file mode 100644
index 0000000..550aade
--- /dev/null
+++ b/data/shatter/Ships/Ground_Units/Gnd_sam1.def
@@ -0,0 +1,70 @@
+SHIP
+
+name: "SAM 1"
+display_name: SAM
+class: SAM
+hud_icon: "hud_sam.pcx"
+
+model: "SAMBase.mag"
+
+mass: 5e3
+integrity: 5e3
+scale: 2
+acs: 1e6
+
+chase: (0, -200, 250)
+bridge: (0, 0, 32)
+
+
+power: {
+ type: "Auxilliary Reactor",
+ design: "Auxilliary Reactor",
+ max_output: 50e3
+ }
+
+weapon: {
+ type: "SAM-1",
+ abrv: SAM,
+ muzzle: (-50, 10, -36),
+ muzzle: (-50, -9, -36),
+ muzzle: (-12, 10, -36),
+ muzzle: (-12, -9, -36),
+ muzzle: ( 12, 10, -36),
+ muzzle: ( 12, -9, -36),
+ muzzle: ( 50, 10, -36),
+ muzzle: ( 50, -9, -36),
+
+ loc: (0, 90, 0),
+ size: 16,
+ hull_factor: 0.5
+ }
+
+sensor: {
+ design: Sensor,
+ pcs: 20,
+ active_efficiency: 1e6,
+ passive_efficiency: 10e3,
+ range: 20e3,
+ range: 50e3,
+ range: 100e3,
+
+ loc: (0, -16, 40),
+ size: 16,
+ hull_factor: 0.1
+ }
+
+death_spiral: {
+ time: 0.0,
+
+ final_type: 8, // SMOKE_TRAIL
+ final_loc: (0, 32, 0),
+
+ final_type: 10, // SMALL_EXPLOSION
+ final_loc: (0, 32, 0),
+
+ final_type: 12, // LARGE_BURST
+ final_loc: (0, 64, 0),
+ }
+
+map: { sprite: "map_sam1.pcx" }
+