forked from Da-Teach/Questor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shipyard Theft.xml
33 lines (33 loc) · 915 Bytes
/
Shipyard Theft.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
<?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">
<actions>
<action name="ClearPocket" />
<action name="Activate">
<parameter name="target" value="Acceleration Gate" />
</action>
</actions>
</pocket>
<pocket id="2">
<actions>
<action name="ClearPocket" />
<action name="Kill">
<parameter name="target" value="Storage Silo" />
</action>
<action name="Loot">
<parameter name="Item" value="Small Sealed Cargo Containers" />
<parameter name="Target" value="Cargo Container" />
</action>
<action name="Done" />
</actions>
</pocket>
</pockets>
</mission>