summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Ships/Alliance_Fighters/Zodiac.def
blob: b172d124bdd2a2808cc420e9c92cc0843eddfce3 (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
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
SHIP

name:          Zodiac
display_name:  Zodiac
class:         LCA
abrv:          LCA
description:   "The ZODIAC armored landing craft (LCA) is the standard Alliance millitary shuttle platform, and the only Force:Space craft capable of atmospheric VTOL.  The Zodiac is commonly used to ferry personnel and equipment between groundside bases and spaceborne platforms.  The Zodiac is armed with four (4) heavy Vulcan cannon, and an aft-mounted automated laser turret for self-defense."

degrees:       true

hud_icon:      "ZodiacHud.pcx"

detail_0:   "Zodiac_1a.mag"
feature_0:  100
detail_1:   "Zodiac_2k.mag"
feature_1:  4


mass:       87
integrity:  5250
vlimit:     250
agility:    25
roll_rate:  350
scale:      0.45
acs:        1

trans_x:    2800
trans_y:    2800
trans_z:    2800

arcade_drag: 0.2
drag:       4e-5
roll_drag:  5
pitch_drag: 4
yaw_drag:   4

CL:         5e-3
CD:         1e-4
stall:      0.40

avoid_fighter: 7

chase:      (0, -1500, 150)
bridge:     (0,   145,   8)

power:      {
   type:    Fusion,
   max_output: 80,
   
   loc:     (0, 0, 0),
   size:    32,
   hull_factor: 0.5
   }

drive:      {
   type:    Plasma,
   thrust:  45,
   scale:   0.75,
   port:    (-20, 10, -318),
   port:    ( 20, 10, -318),

   loc:     (0, 0, -80),
   size:    16,
   hull_factor: 0.5
   }

thruster: {
   design:           Thruster,
   scale:   0.5,
   port:    (-44, -28,    8),
   port:    ( 44, -28,    8),
   port:    (-44, -28, -165),
   port:    ( 44, -28, -165),

   port_fore:   {loc:(-193, -11,   8), fire: 0x0044},
   port_fore:   {loc:(-191, -27,   8), fire: 0x0044},
   port_fore:   {loc:( 191, -27,   8), fire: 0x0084},
   port_fore:   {loc:( 193, -11,   8), fire: 0x0084},

   port_aft:    {loc:(-193, -11,-159), fire: 0x0088},
   port_aft:    {loc:(-191, -27,-159), fire: 0x0088},
   port_aft:    {loc:( 191, -27,-159), fire: 0x0048},
   port_aft:    {loc:( 193, -11,-159), fire: 0x0048},

   loc:              (0, -20, 128),
   size:             24,
   hull_factor:      0.3
   }

gear: {
   name:    "Undercarriage",
   abrv:    Gear,
   loc:     (0, 0, 0),
   size:    16,
   hull_factor: 0.5,

   gear: {
      model: "ZGearRight.mag",
      start: (44, -25, -10),
      end:   (74, -60, -10)
      },

   gear: {
      model: "ZGearLeft.mag",
      start: (-44, -25, -10),
      end:   (-74, -60, -10)
      },

   gear: {
      model: "ZGearRight.mag",
      start: (44, -25, -128),
      end:   (74, -60, -128)
      },

   gear: {
      model: "ZGearLeft.mag",
      start: (-44, -25, -128),
      end:   (-74, -60, -128)
      },
}

weapon:     {
   type:             "Vulcan Cannon",
   design:           "Bolt Weapon",
   name:             "Main Cannon",
   abrv:             "Guns",
   muzzle:           (-38, -21, 191),
   muzzle:           (-30, -22, 203),
   muzzle:           ( 30, -22, 203),
   muzzle:           ( 38, -21, 191),

   loc:              (0, -10, 110),
   size:             24,
   hull_factor:      0.3
   }


weapon:     {
   type:             "LCA Turret",
   design:           "Bolt Weapon",
   name:             "Turret",
   abrv:             "Turret",

   azimuth:          180

   muzzle:           (-16,  0,  148)
   muzzle:           ( 16,  0,  148)
   loc:              (  0, 74, -189)

   size:             24,
   hull_factor:      0.3
}

decoy:     {
   type:    "Fighter Decoy",
   abrv:    Decoy,
   muzzle:  ( 0, -24, 0),

   loc:     (0, 0, 0),
   size:    32,
   hull_factor: 0.2
   }

sensor:     {
   range:   25e3,
   range:   50e3,
   range:   75e3,

   loc:     (0, 0, 100),
   size:    32,
   hull_factor: 0.1
   }

computer:   {
   name:    "Avionics Package",
   abrv:    HUD,
   type:    1,

   loc:     (20, 0, 80),
   size:    16,
   hull_factor: 0.5
   }

computer:   {
   name:    "Flight Computer",
   abrv:    Flight,
   type:    2,

   loc:     (-20, 0, 80),
   size:    16,
   hull_factor: 0.2
   }

nav:        {
   loc:     (0, 0, 60),
   size:    16,
   hull_factor: 0.1
   }

death_spiral: {
   time:             1.2,

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   0.5,
   explosion_loc:    (0, 0, -28),

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   1.0,
   explosion_loc:    (-10, 10, 30),

   final_type:       11,   // LARGE_EXPLOSION
   final_loc:        (0, 0, -12),

   final_type:       12,   // LARGE_BURST
   final_loc:        (0, 0, -12),
   }

map: {
   sprite: "z_map0.pcx",
   sprite: "z_map1.pcx",
   sprite: "z_map2.pcx",
   sprite: "z_map3.pcx",
   sprite: "z_map4.pcx",
   sprite: "z_map5.pcx",
   sprite: "z_map6.pcx",
   sprite: "z_map7.pcx",
}

skin: {
   name: Green
   mtl:  { 
         name:  Main
         Ka:    (0.5, 0.5, 0.5)
         Kd:    (1.0, 1.0, 1.0)
         Ks:    (0.8, 0.8, 0.8)
         Ke:    (0.0, 0.0, 0.0)
         power: 20
         bump:  2
         tex_d: "Zodiac_D2.jpg"
         tex_s: "Zodiac_S.jpg"
         tex_b: "Zodiac_B.jpg"
   }
}