1
<?xml version="1.0"?>
2
<emotes>
3
    <!-- Important note that the sprite tags are purely for
4
         backwards compatibility -->
5
6
    <emote id="0"
7
           name="Disgust"
8
           effectid="10000"
9
           image="graphics/particles/emotes/disgust.png"
10
           width="30" height="32">
11
        <sprite name="Disgust" variant="0">emote.xml</sprite>
12
    </emote>
13
14
    <emote id="1"
15
           name="Surprise"
16
           effectid="10001"
17
           image="graphics/particles/emotes/surprise.png"
18
           width="30" height="32">
19
        <sprite name="Surprise" variant="1">emote.xml</sprite>
20
    </emote>
21
22
    <emote id="2"
23
           name="Happy"
24
           effectid="10002"
25
           image="graphics/particles/emotes/happy.png"
26
           width="30" height="32">
27
        <sprite name="Happy" variant="2">emote.xml</sprite>
28
    </emote>
29
30
    <emote id="3"
31
           name="Sad"
32
           effectid="10003"
33
           image="graphics/particles/emotes/sad.png"
34
           width="30" height="32">
35
        <sprite name="Sad" variant="3">emote.xml</sprite>
36
    </emote>
37
38
    <emote id="4"
39
           name="Evil"
40
           effectid="10004"
41
           image="graphics/particles/emotes/evil.png"
42
           width="30" height="32">
43
        <sprite name="Evil" variant="4">emote.xml</sprite>
44
    </emote>
45
46
    <emote id="5"
47
           name="Wink"
48
           effectid="10005"
49
           image="graphics/particles/emotes/wink.png"
50
           width="30" height="32">
51
        <sprite name="Wink" variant="5">emote.xml</sprite>
52
    </emote>
53
54
    <emote id="6"
55
           name="Angel"
56
           effectid="10006"
57
           image="graphics/particles/emotes/angel.png"
58
           width="30" height="32">
59
        <sprite name="Angel" variant="6">emote.xml</sprite>
60
    </emote>
61
62
    <emote id="7"
63
           name="Blush"
64
           effectid="10007"
65
           image="graphics/particles/emotes/blush.png"
66
           width="30" height="32">
67
        <sprite name="Blush" variant="7">emote.xml</sprite>
68
    </emote>
69
70
    <emote id="8"
71
           name="Tongue"
72
           effectid="10008"
73
           image="graphics/particles/emotes/tongue.png"
74
           width="30" height="32">
75
        <sprite name="Tongue" variant="8">emote.xml</sprite>
76
    </emote>
77
78
    <emote id="9"
79
           name="Grin"
80
           effectid="10009"
81
           image="graphics/particles/emotes/grin.png"
82
           width="30" height="32">
83
        <sprite name="Grin" variant="9">emote.xml</sprite>
84
    </emote>
85
86
    <emote id="10"
87
           name="Upset"
88
           effectid="10010"
89
           image="graphics/particles/emotes/upset.png"
90
           width="30" height="32">
91
        <sprite name="Upset" variant="10">emote.xml</sprite>
92
    </emote>
93
94
    <emote id="11"
95
           name="Perturbed"
96
           effectid="10011"
97
           image="graphics/particles/emotes/perturbed.png"
98
           width="30" height="32">
99
        <sprite name="Perturbed" variant="11">emote.xml</sprite>
100
    </emote>
101
102
    <emote id="12"
103
           name="Speech"
104
           effectid="10012"
105
           image="graphics/particles/emotes/speech.png"
106
           width="30" height="32">
107
        <sprite name="Speech" variant="14">emote.xml</sprite>
108
    </emote>
109
110
    <emote id="13"
111
           name="Blah"
112
           effectid="10013"
113
           image="graphics/particles/emotes/blah.png"
114
           width="30" height="32">
115
        <sprite name="Blah" variant="13">emote.xml</sprite>
116
    </emote>
117
118
</emotes>