summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Missions/05-Execution.def
blob: 9488667465cb010f9ad2eb85951081d427b34e2d (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
MISSION

name:       "05. Execution is Everything"
type:       ASSAULT
system:     Renser
region:     Lornas

start:      "04/19:20:00"
degrees:    true

sitrep:     "A group of smugglers broke out of Solus impound three days "
            "ago.  They were able to bypass customs in Khaital and reached "
            "the Lornas asteroid belt this morning.  We believe we have "
            "located their ship, but with all the clutter from the belt, "
            "it is hard to be certain.\n\n"

            "Your element is to sweep the asteroid field and find the "
            "smugglers' ship.  Escort them back to the fleet where they "
            "can be safely apprehended.  We would prefer to take them alive, "
            "but use whatever means are necessary to prevent their escape."

objective:  "* Sweep the Lornas asteroid belt\n"
            "* Escort the smugglers back to the fleet\n"
            "* Return safely to base"


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

ship: {
   name:       Gerson,
   design:     Asher,
   loc:        (-20e3, 7e3, 2300),
   count:      1,
   iff:        1,
   command_ai: 0,
   commander:  Archon,
}

ship: {
   name:       Simmons,
   design:     Asher,
   loc:        (16e3, -2e3, 2100),
   count:      1,
   iff:        1,
   command_ai: 0,
   commander:  Archon,
}

element: {
   name:    Avengers,
   design:  Falcon,
   count:   24,
   maint_count: 4,
   dead_count: 4,
   carrier: Archon,
   iff:     1,
}

element: {
   name:       Warbirds,
   design:     Thunderbolt,
   count:      12,
   maint_count: 4,
   dead_count: 4,
   carrier:    Archon,
   iff:        1,
}

ship: {
   name:       Mustang,
   design:     Thunderbolt,
   loc:        (2e3, 1e3, 3e3),
   count:      2,
   iff:        1,
   player:     1,
   squadron:   Warbirds,
   mission:    assault,
   alert:      true,

   loadout:    { ship: -1, name: "Ship Strike" },

   objective:  { cmd: assault, tgt: Vagabond  },
   objective:  { cmd: RTB  },

   navpt:      { cmd: vector,                 loc: ( 40e3, -115e3, 0), speed: 500 },
   navpt:      { cmd: assault, tgt: Vagabond, loc: (-20e3, -160e3, 0), speed: 500 },
}


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

ship: {
   name:       Vagabond
   design:     Marauder
   rloc:       { ref: "Mustang:2", dex: 40e3 },
   iff:        3,
   intel:      Known
}

ship: {
   name:       Sidus,
   design:     Volnaris,
   loc:        (0, 0, 0),
   region:     Renser,
   iff:        2,
   intel:      Secret,
   hold:       250,

   navpt:      { cmd: vector, rloc: { ref: Vagabond, dex: 50e3 }, rgn: Lornas, speed: 750 },
}

ship: {
   name:       Orinoco,
   design:     Tiger,
   loc:        (10e3, 0, 0),
   region:     Renser,
   iff:        2,
   intel:      Secret,
   hold:       250,

   navpt:      { cmd: vector, rloc: { ref: Vagabond, dex: 70e3 }, rgn: Lornas, speed: 750 },
}


// ***** EVENTS *****

event: {
   id:              1,
   event:           Message,
   sound:           "Vox/Misc/M05-E01.ogg",
   event_message:   "This is the Hegemony Warship Sidus to all unauthorized vessels in Lornas sector:",

   trigger:         Jump,
   trigger_ship:    Sidus,
   delay:           10,
}

event: {
   id:              2,
   event:           Message,
   sound:           "Vox/Misc/M05-E02.ogg",
   event_message:   "You are ordered to leave the area immediately or be destroyed.",

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

event: {
   id:              10,
   event:           Message,
   sound:           "Vox/Misc/M05-E10.ogg",
   event_message:   "We have two Hegemony warships inbound."
   event_source:    Archon,
   event_ship:      Mustang,

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

event: {
   id:              11,
   event:           Message,
   sound:           "Vox/Misc/M05-E11.ogg",
   event_message:   "Destroy the smugglers and return to base ASAP.",

   trigger:         Event,
   trigger_param:   10,
   delay:           3,
}