forked from Da-Teach/Questor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Smuggler Interception.xml
38 lines (38 loc) · 1.07 KB
/
Smuggler Interception.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<mission>
<pockets>
<pocket id="0">
<actions>
<action name="Activate">
<parameter name="target" value="Acceleration Gate" />
</action>
</actions>
</pocket>
<pocket id="1">
<damagetype>EM</damagetype>
<actions>
<action name="WaitUntilTargeted">
<parameter name="Timeout" value="15" />
</action>
<action name="ClearPocket" />
<action name="Activate">
<parameter name="target" value="Acceleration Gate" />
</action>
</actions>
</pocket>
<pocket id="2">
<damagetype>EM</damagetype>
<actions>
<action name="WaitUntilTargeted">
<parameter name="Timeout" value="15" />
</action>
<action name="ClearPocket" />
<action name="Loot">
<parameter name="target" value="Blood Raider Personnel Transport Wreck" />
<parameter name="Item" value="Militants" />
</action>
<action name="Done" />
</actions>
</pocket>
</pockets>
</mission>