summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Missions/10-Angels.def
blob: b343378a023bd4b6f3d8e5cda288d462130e04f3 (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
MISSION

name:       "10. Fiery the Angels Fell"
type:       FLIGHT_OPS
system:     Korius
region:     Korius

start:      "11/17:15:00"
degrees:    true

sitrep:     "The Korian Affair has reached a crisis point.  Treaty negotations "
            "have collapsed from internal conflicts between the Korian and Dantari "
            "factions.  The Dantari have broken the temporary cease fire agreement "
            "and dispatched a carrier group to the Korius Sector.\n\n"

            "The only hope of salvaging the treaty negotiations is for Force Second "
            "Fleet to intercept the Dantari CVBG before the Korian faction has time "
            "to react.  The CV-70 Antares and her battle group will deploy in the Korius "
            "sector and force the Dantari back to the negotiating table."

objective:  "* Remove the Dantari battle group from Korius sector\n"
            "* Protect Alliance and Korian assets in the combat zone"

// ***** GOOD GUYS *****

ship: {
   name:       Antares
   design:     Orion
   loc:        (0, 0, 0)
   count:      1
   iff:        1
   player:     1
   command_ai: 1
}

element: {
   name:    Bearcats,
   design:  Falcon,
   count:   24,
   maint_count: 4,
   carrier: Antares,
   iff:     1,
}

element: {
   name:    Mustangs,
   design:  Stormhawk,
   count:   24,
   maint_count: 4,
   carrier: Antares,
   iff:     1,
}

element: {
   name:    Lancers,
   design:  Thunderbolt,
   count:   12,
   maint_count: 2,
   carrier: Antares,
   iff:     1,
}

element: {
   name:    Taurus,
   design:  Zodiac,
   count:   8,
   maint_count: 2,
   carrier: Antares,
   iff:     1,
}

ship: {
   name:       Ryan,
   design:     Asher,
   rloc:       { ref: Antares, dex: 23e3 },
   count:      1,
   iff:        1,
   command_ai: 0,
   commander:  Antares,
}

ship: {
   name:       Card,
   design:     Asher,
   rloc:       { ref: Antares, dex: 25e3 },
   count:      1,
   iff:        1,
   command_ai: 0,
   commander:  Antares,
}

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

ship: {
   name:    Goliath,
   design:  Goliath,
   rloc:    { ref: Antares, dex: 250e3, dex_var: 40e3 },
   count:   1,
   iff:     2,
}

element: {
   name:    Vampires,
   design:  Viper,
   count:   16,
   maint_count: 4,
   carrier: Goliath,
   iff:     2,
}

element: {
   name:    Zombies,
   design:  Razor,
   count:   16,
   maint_count: 4,
   carrier: Goliath,
   iff:     2,
}

element: {
   name:    Ghouls,
   design:  Cobra,
   count:   16,
   maint_count: 2,
   carrier: Goliath,
   iff:     2,
}

ship: {
   name:       Foxbat,
   design:     Wolf,
   rloc:       { ref: Goliath, dex: 23e3 },
   count:      1,
   iff:        2,
   command_ai: 1,
   commander:  Goliath,
}

ship: {
   name:       Hunter,
   design:     Wolf,
   rloc:       { ref: Goliath, dex: 25e3 },
   count:      1,
   iff:        2,
   command_ai: 1,
   commander:  Goliath,
}

ship: {
   name:       Kyren,
   design:     Baikal,
   rloc:       { ref: Goliath, dex: 33e3 },
   count:      1,
   iff:        2,
   command_ai: 1,
   commander:  Goliath,
}


//
// EVENT LIST:
//

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

   trigger:         Destroyed,
   trigger_ship:    Goliath,
}

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

   trigger:         Destroyed,
   trigger_ship:    Foxbat,
}

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

   trigger:         Destroyed,
   trigger_ship:    Hunter,
}

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

   trigger:         Destroyed,
   trigger_ship:    Kyren,
}

event: {
   id:              50,
   event:           Message,
   sound:           "Vox/Misc/M10-E50.ogg",
   event_message:   "The enemy carrier has been destroyed.  Mission accomplished!",
   event_ship:      Antares,

   trigger:         Event,
   trigger_param:   25,
   delay:           5,
}

event: {
   id:              60,
   event:           Message,
   sound:           "Vox/Misc/M10-E60.ogg",
   event_message:   "The enemy carrier has bugged out.  Mission accomplished!",
   event_ship:      Antares,

   trigger:         Jump,
   trigger_ship:    Goliath,
   delay:           5,
}

event: {
   id:              99,
   event:           Exit,

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