summaryrefslogtreecommitdiffhomepage
path: root/data/content/Ships/Farcaster/Farcaster.def
blob: 66644be90f3c34c4f0071a665372ea44561024e7 (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
SHIP

name:       Farcaster
class:      Farcaster
description: "ship.farcaster"

model:      "Farcaster.mag"

mass:       5e6
integrity:  3e6
scale:      15.0
acs:        320e3

drag:       100
roll_drag:  100
pitch_drag: 100
yaw_drag:   100

chase:      (0, -750, 80)
bridge:     (0,    0, 24)

power:      {
   type:             Fusion,
   design:           "Fusion Reactor",
   max_output:       90e3,

   loc:        (0, 0, -32),
   size:       64,
   hull_factor: 0.5
   }

farcaster:     {
   approach:   (0, 0, -2000),
   start:      (0, 0, 0),
   end:        (0, 0, 1000),

   loc:        (0, 0, 0),
   size:       128,
   hull_factor: 0.5
   }

navlight:  {
   scale:  6,
   period: 1.5,

   light:  { loc: (-138,-42,-257), pattern: 0xf0000000, type: 3 },
   light:  { loc: (-138,-42, 257), pattern: 0xf0000000, type: 3 },
   light:  { loc: (-138, 42,-257), pattern: 0xf0000000, type: 3 },
   light:  { loc: (-138, 42, 257), pattern: 0xf0000000, type: 3 },

   light:  { loc: ( 138,-42,-257), pattern: 0xf0000000, type: 3 },
   light:  { loc: ( 138,-42, 257), pattern: 0xf0000000, type: 3 },
   light:  { loc: ( 138, 42,-257), pattern: 0xf0000000, type: 3 },
   light:  { loc: ( 138, 42, 257), pattern: 0xf0000000, type: 3 },
}

navlight:  {
   scale:  6,
   period: 1,

   light:  { loc: (-138,-42,-257), pattern: 0xf0000000, type: 2 },
   light:  { loc: ( 138,-42,-257), pattern: 0x00f00000, type: 2 },
   light:  { loc: (-138, 42,-257), pattern: 0x00f00000, type: 2 },
   light:  { loc: ( 138, 42,-257), pattern: 0xf0000000, type: 2 },

   light:  { loc: (-138,-42, 257), pattern: 0x00f00000, type: 2 },
   light:  { loc: ( 138,-42, 257), pattern: 0xf0000000, type: 2 },
   light:  { loc: (-138, 42, 257), pattern: 0xf0000000, type: 2 },
   light:  { loc: ( 138, 42, 257), pattern: 0x00f00000, type: 2 },
}

map: {
   sprite: "map.pcx"
}



death_spiral: {
   time:             5,

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   2,
   explosion_loc:    (-150, 50, 0),

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   1,
   explosion_loc:    (160, 40, 100),

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   0.5,
   explosion_loc:    (230, -48, -180),

   explosion_type:   20,   // LARGE_BURST (custom)
   explosion_time:   0.1,
   explosion_loc:    (220, -48, -180),

   explosion_type:   10,   // SMALL_EXPLOSION
   explosion_time:   0.3,
   explosion_loc:    (-160, 80, -90),

   explosion_type:   20,   // LARGE_BURST (custom)
   explosion_time:   0.1,
   explosion_loc:    (-160, 80, -90),

   final_type:       13,   // LARGE_EXPLOSION
   final_loc:        (0, 0, 0),

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

   debris:           "Debris1.mag",
   debris_loc:       (180,0,0),
   debris_mass:      100e3,
   debris_count:     1,
   debris_life:      600,
   debris_fire:      (-10,0,0),
   debris_fire:      ( 15,20,10),

   debris:           "Debris2.mag",
   debris_loc:       (-160,-120,0),
   debris_mass:      100e3,
   debris_count:     1,
   debris_life:      500,

   debris:           "Debris3.mag",
   debris_loc:       (-180,0,0),
   debris_mass:      100e3,
   debris_count:     1,
   debris_life:      400,
   debris_fire:      ( 4,0,10),
   debris_fire:      (25,20,0),
   debris_fire:      ( 5,-10,-20),

   debris:           "Debris5.mag",
   debris_loc:       (0,20,0),
   debris_mass:      1,
   debris_count:     8,
   debris_life:      25,

   debris:           "Debris7.mag",
   debris_loc:       (10,0,0),
   debris_mass:      1,
   debris_count:     12,
   debris_life:      15,
   }