summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Ships/Ground_Units/Gnd_sam1.def
blob: 550aade5f93b7e9b91844cae54afa580331675cb (plain)
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
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" }