summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Missions/08-Focus.def
blob: 3d23b3780addade36876f1cfda3bef532c13a61c (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
MISSION

name:       "08. A Matter of Focus"
type:       PATROL
system:     Solus
region:     Solus

start:      "07/23:29:00"
degrees:    true

sitrep:     "An illegal drug cartel backed by the Brotherhood of Iron "
            "criminal organization has set up major a distribution operation "
            "in the Solus system.  The drug of choice is a substance "
            "called 'Focus' that has become increasingly popular among "
            "students and some of the wealthier intelligensia.  Local "
            "law enforcement has been unable to stem the tide of this "
            "devastating and addictive vice.\n\n"

            "We have information from an inside source that a major "
            "shipment is being brought in tonight.  The smugglers are "
            "using Brotherhood pirate vessels - they are lightly armored "
            "but very difficult to track and target."

objective:  "* Disable or destroy smugglers in the Solus sector\n"
            "* Escort any civilian traffic out of the area"

ship: {
   name:    Saratoga,
   design:  Berents,
   loc:     (0, 0, 0),
   count:   1,
   iff:     1,
   player:  1
}

ship: {
   name:    Columbia,
   design:  Berents,
   loc:     (35e3, -20e3, 0),
   count:   1,
   iff:     1,
   command_ai: 1,
   commander:  Saratoga
}


// ***** BAD GUYS *****

ship: {
   name:    Focus,
   design:  Raider,
   rloc:    { ref: Saratoga, dex: 130e3, az: 90, az_var: 75 },
   iff:     3,
   intel:   known,

   navpt:   { cmd: vector, rloc: { ref: "this",   dex:  60e3, az: 90, az_var: 60 }, speed: 400, emcon: 1 },
   navpt:   { cmd: vector, rloc: { ref: "this:1", dex:  60e3, az: 90, az_var: 60 }, speed: 400, emcon: 1 },
}

ship: {
   name:    Vagrant,
   design:  Raider,
   rloc:    { ref: Focus, dex: 23e3 },
   iff:     3,
   intel:   known,

   navpt:   { cmd: escort, tgt: Focus, rloc: { ref: "Focus:1", dex: 20e3 }, speed: 400, emcon: 1 },
   navpt:   { cmd: escort, tgt: Focus, rloc: { ref: "Focus:2", dex: 20e3 }, speed: 400, emcon: 1 },
}

ship: {
   name:    Pickup,
   design:  Jackal,
   rloc:    { ref: "Focus:2", dex: 30e3 },
   iff:     3,
   intel:   secret,

   hold:    1800,

   navpt:   { cmd: vector, rloc: { ref: "this", dex: 50e3, az: 90, az_var: 60  }, speed: 800 },
   navpt:   { cmd: vector, loc: (0, 0, 5e3), rgn: Telmera },
}


// ***** EVENT LIST *****

event: {
   id:              1,
   event:           Hold,
   event_message:   "",
   event_param:     0,
   event_ship:      Pickup,

   trigger:         Navpoint,
   trigger_ship:    Focus,
   trigger_param:   2,
}

event: {
   id:              20,
   event:           Message,
   sound:           "Vox/Misc/M08-E20.ogg",
   event_message:   "The smugglers have transferred their cargo to a landing craft.",
   event_ship:      Saratoga,

   trigger:         Event,
   trigger_param:   1,
   delay:           1,
}

event: {
   id:              21,
   event:           Message,
   sound:           "Vox/Misc/M08-E21.ogg",
   event_message:   "Disable or destroy the landing craft before it can break orbit.",
   event_ship:      Saratoga,

   trigger:         Event,
   trigger_param:   1,
   delay:           4,
}

event: {
   id:              22,
   event:           Message,
   sound:           "Vox/Misc/M08-E22.ogg",
   event_message:   "The landing craft has escaped with the shipment.  Your mission has failed.",
   event_ship:      Saratoga,

   trigger:         Jump,
   trigger_ship:    Pickup,
   trigger_param:   0,
   delay:           1,
}

event: {
   id:              25,
   event:           Message,
   event_message:   "",

   trigger:         Destroyed,
   trigger_ship:    Focus,
}

event: {
   id:              26,
   event:           Message,
   event_message:   "",

   trigger:         Destroyed,
   trigger_ship:    Pickup,
}

event: {
   id:              50,
   event:           Message,
   sound:           "Vox/Misc/M08-E50.ogg",
   event_message:   "The smugglers were destroyed before they could offload their shipment.  Mission accomplished!",
   event_ship:      Saratoga,

   trigger:         "Event (ALL)",
   trigger_param:   (-20, -22, 25),
   delay:           5,
}

event: {
   id:              60,
   event:           Message,
   sound:           "Vox/Misc/M08-E60.ogg",
   event_message:   "The landing craft was destroyed before it could break orbit.  Mission complete!",
   event_ship:      Saratoga,

   trigger:         "Event (ALL)",
   trigger_param:   (22, 26),
   delay:           5,
}


event: {
   id:              99,
   event:           Exit,

   trigger:         "Event (ANY)",
   trigger_param:   (22, 50, 60),
   delay:           10,
}