forked from broderickhyman/ao-bin-dumps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
expeditionagents.xml
56 lines (54 loc) · 2.24 KB
/
expeditionagents.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<expeditionagents xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="expeditionagents.xsd">
<!-- TEST FOR CODER (dont remove) -->
<expeditionagent uniquename="TEST" namegenerator="ROYALARMY_T2" uiavatar="AGENT_ROYAL">
<expeditions>
<expedition category="TEST"/>
<expedition category="TEST2"/>
<expedition category="TEST3"/>
<expedition category="T4_STANDARD" />
<expedition category="T5_STANDARD"/>
<expedition category="T4_VETERAN" />
<expedition category="T5_VETERAN" />
</expeditions>
<AudioInfo name="NPC_EXPEDITION_MASTER" />
</expeditionagent>
<!-- AGENTS -->
<expeditionagent uniquename="T3_EXPAGENT_ROYAL_CITY" namegenerator="ROYALARMY_T2" uiavatar="AGENT_ROYAL">
<expeditions>
<expedition category="T3_STANDARD"/>
</expeditions>
<AudioInfo name="NPC_EXPEDITION_MASTER" />
</expeditionagent>
<expeditionagent uniquename="T4_EXPAGENT_ROYAL_CITY" namegenerator="ROYALARMY_T2" uiavatar="AGENT_ROYAL">
<expeditions>
<expedition category="T3_STANDARD"/>
<expedition category="T4_STANDARD"/>
<expedition category="T4_VETERAN" />
</expeditions>
<AudioInfo name="NPC_EXPEDITION_MASTER" />
</expeditionagent>
<expeditionagent uniquename="T5_EXPAGENT_ROYAL_CITY" namegenerator="ROYALARMY_T2" uiavatar="AGENT_ROYAL">
<expeditions>
<expedition category="T3_STANDARD"/>
<expedition category="T4_STANDARD" />
<expedition category="T4_VETERAN" />
<expedition category="T5_VETERAN" />
</expeditions>
<AudioInfo name="NPC_EXPEDITION_MASTER" />
</expeditionagent>
<expeditionagent uniquename="T6_EXPAGENT_ROYAL_CITY" namegenerator="ROYALARMY_T2" uiavatar="AGENT_ROYAL">
<expeditions>
<expedition category="T3_STANDARD"/>
<expedition category="T4_STANDARD"/>
<expedition category="T5_STANDARD"/>
<expedition category="T4_VETERAN" />
<expedition category="T5_VETERAN" />
<expedition category="T6_VETERAN" />
<expedition category="T6_HARDCORE" />
<!--Winter Event-->
<expedition category="T6_EVENT" />
</expeditions>
<AudioInfo name="NPC_EXPEDITION_MASTER" />
</expeditionagent>
</expeditionagents>