summaryrefslogtreecommitdiff
path: root/example/emotes.xml
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-25 21:18:46 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-25 22:14:44 +0100
commit3629aebb96959afc56cf04d1f2fc4a9f03e94183 (patch)
tree888f44e806a98b050cad38727b4afb0b73e75824 /example/emotes.xml
parentef18650cacc0ce7ef71885bf6d23e1adeb4d7e19 (diff)
downloadmanaserv-3629aebb96959afc56cf04d1f2fc4a9f03e94183.tar.gz
manaserv-3629aebb96959afc56cf04d1f2fc4a9f03e94183.tar.bz2
manaserv-3629aebb96959afc56cf04d1f2fc4a9f03e94183.tar.xz
manaserv-3629aebb96959afc56cf04d1f2fc4a9f03e94183.zip
Merged the example client and server data
It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling
Diffstat (limited to 'example/emotes.xml')
-rw-r--r--example/emotes.xml101
1 files changed, 101 insertions, 0 deletions
diff --git a/example/emotes.xml b/example/emotes.xml
new file mode 100644
index 00000000..0136b13c
--- /dev/null
+++ b/example/emotes.xml
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<emotes>
+ <emote id="0"
+ name="Disgust"
+ effectid="10000"
+ image="graphics/particles/emotes/disgust.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="1"
+ name="Surprise"
+ effectid="10001"
+ image="graphics/particles/emotes/surprise.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="2"
+ name="Happy"
+ effectid="10002"
+ image="graphics/particles/emotes/happy.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="3"
+ name="Sad"
+ effectid="10003"
+ image="graphics/particles/emotes/sad.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="4"
+ name="Evil"
+ effectid="10004"
+ image="graphics/particles/emotes/evil.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="5"
+ name="Wink"
+ effectid="10005"
+ image="graphics/particles/emotes/wink.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="6"
+ name="Angel"
+ effectid="10006"
+ image="graphics/particles/emotes/angel.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="7"
+ name="Blush"
+ effectid="10007"
+ image="graphics/particles/emotes/blush.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="8"
+ name="Tongue"
+ effectid="10008"
+ image="graphics/particles/emotes/tongue.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="9"
+ name="Grin"
+ effectid="10009"
+ image="graphics/particles/emotes/grin.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="10"
+ name="Upset"
+ effectid="10010"
+ image="graphics/particles/emotes/upset.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="11"
+ name="Perturbed"
+ effectid="10011"
+ image="graphics/particles/emotes/perturbed.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="12"
+ name="Speech"
+ effectid="10012"
+ image="graphics/particles/emotes/speech.png"
+ width="30" height="32">
+ </emote>
+
+ <emote id="13"
+ name="Blah"
+ effectid="10013"
+ image="graphics/particles/emotes/blah.png"
+ width="30" height="32">
+ </emote>
+
+</emotes>