summaryrefslogtreecommitdiff
path: root/emotes.xml
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-11-03 23:41:42 -0400
committerChuck Miller <shadowmil@gmail.com>2010-11-04 20:07:44 -0400
commit7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f (patch)
tree815bb7fb50f423e4741a9ac58c53cefd4fd52883 /emotes.xml
parent87c93b4302a396e4cd85571420034e5dcb45e0ee (diff)
downloadclientdata-7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f.tar.gz
clientdata-7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f.tar.bz2
clientdata-7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f.tar.xz
clientdata-7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f.zip
Update emotes to be used by the particle system
Reviewed-by: Bertram
Diffstat (limited to 'emotes.xml')
-rw-r--r--emotes.xml130
1 files changed, 116 insertions, 14 deletions
diff --git a/emotes.xml b/emotes.xml
index 37fad037..0fbb0a16 100644
--- a/emotes.xml
+++ b/emotes.xml
@@ -1,16 +1,118 @@
+<?xml version="1.0"?>
<emotes>
- <emote id="0"><sprite name="Disgust" variant="0">emote.xml</sprite></emote>
- <emote id="1"><sprite name="Surprise" variant="1">emote.xml</sprite></emote>
- <emote id="2"><sprite name="Happy" variant="2">emote.xml</sprite></emote>
- <emote id="3"><sprite name="Sad" variant="3">emote.xml</sprite></emote>
- <emote id="4"><sprite name="Evil" variant="4">emote.xml</sprite></emote>
- <emote id="5"><sprite name="Wink" variant="5">emote.xml</sprite></emote>
- <emote id="6"><sprite name="Angel" variant="6">emote.xml</sprite></emote>
- <emote id="7"><sprite name="Blush" variant="7">emote.xml</sprite></emote>
- <emote id="8"><sprite name="Tongue" variant="8">emote.xml</sprite></emote>
- <emote id="9"><sprite name="Grin" variant="9">emote.xml</sprite></emote>
- <emote id="10"><sprite name="Upset" variant="10">emote.xml</sprite></emote>
- <emote id="11"><sprite name="Perturbed" variant="11">emote.xml</sprite></emote>
- <emote id="12"><sprite name="Speech" variant="14">emote.xml</sprite></emote>
- <emote id="13"><sprite name="Blah Blah Blah" variant="13">emote.xml</sprite></emote>
+ <!-- Important note that the sprite tags are purely for
+ backwards compatibility -->
+
+ <emote id="0"
+ name="Disgust"
+ effectid="10000"
+ image="graphics/particles/emotes/disgust.png"
+ width="30" height="32">
+ <sprite name="Disgust" variant="0">emote.xml</sprite>
+ </emote>
+
+ <emote id="1"
+ name="Surprise"
+ effectid="10001"
+ image="graphics/particles/emotes/surprise.png"
+ width="30" height="32">
+ <sprite name="Surprise" variant="1">emote.xml</sprite>
+ </emote>
+
+ <emote id="2"
+ name="Happy"
+ effectid="10002"
+ image="graphics/particles/emotes/happy.png"
+ width="30" height="32">
+ <sprite name="Happy" variant="2">emote.xml</sprite>
+ </emote>
+
+ <emote id="3"
+ name="Sad"
+ effectid="10003"
+ image="graphics/particles/emotes/sad.png"
+ width="30" height="32">
+ <sprite name="Sad" variant="3">emote.xml</sprite>
+ </emote>
+
+ <emote id="4"
+ name="Evil"
+ effectid="10004"
+ image="graphics/particles/emotes/evil.png"
+ width="30" height="32">
+ <sprite name="Evil" variant="4">emote.xml</sprite>
+ </emote>
+
+ <emote id="5"
+ name="Wink"
+ effectid="10005"
+ image="graphics/particles/emotes/wink.png"
+ width="30" height="32">
+ <sprite name="Wink" variant="5">emote.xml</sprite>
+ </emote>
+
+ <emote id="6"
+ name="Angel"
+ effectid="10006"
+ image="graphics/particles/emotes/angel.png"
+ width="30" height="32">
+ <sprite name="Angel" variant="6">emote.xml</sprite>
+ </emote>
+
+ <emote id="7"
+ name="Blush"
+ effectid="10007"
+ image="graphics/particles/emotes/blush.png"
+ width="30" height="32">
+ <sprite name="Blush" variant="7">emote.xml</sprite>
+ </emote>
+
+ <emote id="8"
+ name="Tongue"
+ effectid="10008"
+ image="graphics/particles/emotes/tongue.png"
+ width="30" height="32">
+ <sprite name="Tongue" variant="8">emote.xml</sprite>
+ </emote>
+
+ <emote id="9"
+ name="Grin"
+ effectid="10009"
+ image="graphics/particles/emotes/grin.png"
+ width="30" height="32">
+ <sprite name="Grin" variant="9">emote.xml</sprite>
+ </emote>
+
+ <emote id="10"
+ name="Upset"
+ effectid="10010"
+ image="graphics/particles/emotes/upset.png"
+ width="30" height="32">
+ <sprite name="Upset" variant="10">emote.xml</sprite>
+ </emote>
+
+ <emote id="11"
+ name="Perturbed"
+ effectid="10011"
+ image="graphics/particles/emotes/perturbed.png"
+ width="30" height="32">
+ <sprite name="Perturbed" variant="11">emote.xml</sprite>
+ </emote>
+
+ <emote id="12"
+ name="Speech"
+ effectid="10012"
+ image="graphics/particles/emotes/speech.png"
+ width="30" height="32">
+ <sprite name="Speech" variant="14">emote.xml</sprite>
+ </emote>
+
+ <emote id="13"
+ name="Blah"
+ effectid="10013"
+ image="graphics/particles/emotes/blah.png"
+ width="30" height="32">
+ <sprite name="Blah" variant="13">emote.xml</sprite>
+ </emote>
+
</emotes>