-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvites.xml
58 lines (58 loc) · 1.96 KB
/
invites.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
57
58
<format best-of="3">
<veto>
<decider>
<match id="veto-decider">No Return</match>
</decider>
<options>
<format name="CTW" best-of="1">
<veto>
<decider>
<veto-selector />
</decider>
<options>
<match>Jurassic</match>
<match>Java II</match>
<match>Cool Steak</match>
</options>
<order ban-until="1" starting-team="2" />
</veto>
</format>
<format name="DTC" best-of="1">
<veto>
<decider>
<veto-selector />
</decider>
<options>
<match>Cyanide</match>
<match>Descent</match>
<match>Wallop 9000</match>
</options>
<order ban-until="1" starting-team="2" />
</veto>
</format>
<format name="Conquest" best-of="3">
<veto>
<decider>
<veto-selector />
</decider>
<options>
<match>Cobalt</match>
<match>Forge</match>
<match>Scorched</match>
<match>Outcast 2</match>
<format name="Nartica" best-of="1">
<match>Nartica</match>
<match>Nartica - OT</match>
</format>
</options>
<order ban-until="3" starting-team="2" />
</veto>
</format>
</options>
<order>
<pick team="1" />
<pick team="2" />
<pick team="1" />
</order>
</veto>
</format>