summaryrefslogtreecommitdiffstats
path: root/example/emotes.xml
blob: 7b8ae7391415dc3c55df0694b994299f22dd85b3 (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0"?>
<emotes>
    <emote id="0"
           name="Surprise"
           effectid="10001"
           image="graphics/particles/emotes/surprise.png"
           width="30" height="32">
    </emote>

    <emote id="1"
           name="Happy"
           effectid="10002"
           image="graphics/particles/emotes/happy.png"
           width="30" height="32">
    </emote>

    <emote id="2"
           name="Sad"
           effectid="10003"
           image="graphics/particles/emotes/sad.png"
           width="30" height="32">
    </emote>

    <emote id="3"
           name="Evil"
           effectid="10004"
           image="graphics/particles/emotes/evil.png"
           width="30" height="32">
    </emote>

    <emote id="4"
           name="Wink"
           effectid="10005"
           image="graphics/particles/emotes/wink.png"
           width="30" height="32">
    </emote>

    <emote id="5"
           name="Angel"
           effectid="10006"
           image="graphics/particles/emotes/angel.png"
           width="30" height="32">
    </emote>

    <emote id="6"
           name="Blush"
           effectid="10007"
           image="graphics/particles/emotes/blush.png"
           width="30" height="32">
    </emote>

    <emote id="7"
           name="Tongue"
           effectid="10008"
           image="graphics/particles/emotes/tongue.png"
           width="30" height="32">
    </emote>

    <emote id="8"
           name="Grin"
           effectid="10009"
           image="graphics/particles/emotes/grin.png"
           width="30" height="32">
    </emote>

    <emote id="9"
           name="Upset"
           effectid="10010"
           image="graphics/particles/emotes/upset.png"
           width="30" height="32">
    </emote>

    <emote id="10"
           name="Perturbed"
           effectid="10011"
           image="graphics/particles/emotes/perturbed.png"
           width="30" height="32">
    </emote>

    <emote id="11"
           name="Speech"
           effectid="10012"
           image="graphics/particles/emotes/speech.png"
           width="30" height="32">
    </emote>

    <emote id="12"
           name="Blah"
           effectid="10013"
           image="graphics/particles/emotes/blah.png"
           width="30" height="32">
    </emote>

    <emote id="13"
           name="Disgust"
           effectid="10014"
           image="graphics/particles/emotes/disgust.png"
           width="30" height="32">
    </emote>
</emotes>