summaryrefslogtreecommitdiff
path: root/example/clientdata/effects.xml
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-30 00:38:15 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-30 00:38:15 +0100
commit12926decd2af8d0b34b632b2d0b55fc9aa134291 (patch)
treefc40af9ccc156b841ac2c654cf2a7e03d0c843ac /example/clientdata/effects.xml
parent64b832b8d3aac6dc55103f751fcae6b4dbb423ca (diff)
downloadmanaserv-12926decd2af8d0b34b632b2d0b55fc9aa134291.tar.gz
manaserv-12926decd2af8d0b34b632b2d0b55fc9aa134291.tar.bz2
manaserv-12926decd2af8d0b34b632b2d0b55fc9aa134291.tar.xz
manaserv-12926decd2af8d0b34b632b2d0b55fc9aa134291.zip
Added new example files needed to start a more complete feature-showing map.
I also replaced certain files with newer version, just as the items.xml file. And I started to split test npcs from the tmwserv repository into reusable pieces. Big but trivial. Part of the Mana-Mantis issue: #231.
Diffstat (limited to 'example/clientdata/effects.xml')
-rw-r--r--example/clientdata/effects.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/example/clientdata/effects.xml b/example/clientdata/effects.xml
new file mode 100644
index 00000000..e0583f44
--- /dev/null
+++ b/example/clientdata/effects.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<being-effects>
+<!-- System effects -->
+ <effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.particle.xml" />
+ <effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.particle.xml" />
+
+<!-- Magic sample -->
+ <effect id="2" particle="graphics/particles/magic.white.xml"/>
+
+<!-- Attacks related -->
+ <effect id="3" particle="graphics/particles/hit.particle.xml" />
+ <effect id="4" particle="graphics/particles/arrow-hail.xml" />
+
+<!-- Emotion effects -->
+ <effect id="10000" particle="graphics/particles/emotes/emote-disgust.particle.xml"/>
+ <effect id="10001" particle="graphics/particles/emotes/emote-surprise.particle.xml"/>
+ <effect id="10002" particle="graphics/particles/emotes/emote-happy.particle.xml"/>
+ <effect id="10003" particle="graphics/particles/emotes/emote-sad.particle.xml"/>
+ <effect id="10004" particle="graphics/particles/emotes/emote-evil.particle.xml"/>
+ <effect id="10005" particle="graphics/particles/emotes/emote-wink.particle.xml"/>
+ <effect id="10006" particle="graphics/particles/emotes/emote-angel.particle.xml"/>
+ <effect id="10007" particle="graphics/particles/emotes/emote-blush.particle.xml"/>
+ <effect id="10008" particle="graphics/particles/emotes/emote-tongue.particle.xml"/>
+ <effect id="10009" particle="graphics/particles/emotes/emote-grin.particle.xml"/>
+ <effect id="10010" particle="graphics/particles/emotes/emote-upset.particle.xml"/>
+ <effect id="10011" particle="graphics/particles/emotes/emote-perturbed.particle.xml"/>
+ <effect id="10012" particle="graphics/particles/emotes/emote-speech.particle.xml"/>
+ <effect id="10013" particle="graphics/particles/emotes/emote-blah.particle.xml"/>
+</being-effects>