-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslotlist.xml
37 lines (37 loc) · 1.62 KB
/
slotlist.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
<company natosymbol="air" callsign="US" vehicletype="">
<slot shortcode="SQL" description="Squad Leader"/>
<slot shortcode="SQA" description="Assistant Squad Leader"/>
<slot shortcode="SQM" description="Squad Medic"/>
<slot shortcode="P" description="Pilot"/>
<squad side="" natosymbol="air" callsign="Alpha" vehicletype="">
<slot shortcode="TL" description="Teamleader"/>
<slot shortcode="LMG" description="MG Gunner"/>
<slot shortcode="MGA" description="MG Assistant"/>
<slot shortcode="P" description="Pilot"/>
</squad>
<squad side="" natosymbol="air" callsign="Bravo" vehicletype="">
<slot shortcode="TL" description="Teamleader"/>
<slot shortcode="R" description="Light AT"/>
<slot shortcode="R" description="Rifleman"/>
<slot shortcode="P" description="Pilot"/>
</squad>
</company>
<company side="opfor" natosymbol="inf" callsign="Nationalists" vehicletype="">
<slot shortcode="SQL" description="Squad Leader"/>
<slot shortcode="SQA" description="Assistant Squad Leader"/>
<slot shortcode="SQM" description="Squad Medic"/>
<squad side="" natosymbol="inf" callsign="Alpha" vehicletype="">
<slot shortcode="TL" description="Teamleader"/>
<slot shortcode="LMG" description="MG Gunner"/>
<slot shortcode="MGA" description="MG Assistant"/>
<slot shortcode="R" description="Rifleman"/>
<slot shortcode="RPG" description="RPG Gunner"/>
</squad>
<squad side="" natosymbol="inf" callsign="Bravo" vehicletype="">
<slot shortcode="TL" description="Teamleader"/>
<slot shortcode="R" description="Rifleman"/>
<slot shortcode="R" description="Rifleman"/>
<slot shortcode="R" description="Rifleman"/>
<slot shortcode="R" description="Rifleman"/>
</squad>
</company>