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
|
SHIP
name: "AAA 2"
display_name: "Quad AAA Gun"
class: SAM
hud_icon: "hud_aaa4.pcx"
model: "Tower3-6.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: "Quad AAA",
abrv: Cannon,
loc: (0, 160, 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_aaa2.pcx" }
|