diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-09-27 18:06:54 +0200 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-09-27 18:06:54 +0200 |
commit | ab3f96a207c501efe95b8f53d4c93a75166cc056 (patch) | |
tree | e70d232a2c38536a4655be640364a92046c4e1a5 /effects.xml | |
parent | 0e400786ea34e08b6c81e2f302100651755e1064 (diff) | |
download | clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.gz clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.bz2 clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.xz clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.zip |
Emotion particle effects for TMWServ emotion special support.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index 808edec5..667686fc 100644 --- a/effects.xml +++ b/effects.xml @@ -32,4 +32,20 @@ <effect id="111" particle="graphics/particles/magic.shield-ends.xml"/> <!-- <effect id="112" particle="graphics/particles/magic.haste-ends.xml"/>--> <!-- <effect id="120" particle="graphics/particles/magic.barrier-ends.xml"/> --> + +<!-- Emotion Effects --> + <effect id="10000" particle="graphics/particles/emote-disgust.particle.xml"/> + <effect id="10001" particle="graphics/particles/emote-surprise.particle.xml"/> + <effect id="10002" particle="graphics/particles/emote-happy.particle.xml"/> + <effect id="10003" particle="graphics/particles/emote-sad.particle.xml"/> + <effect id="10004" particle="graphics/particles/emote-evil.particle.xml"/> + <effect id="10005" particle="graphics/particles/emote-wink.particle.xml"/> + <effect id="10006" particle="graphics/particles/emote-angel.particle.xml"/> + <effect id="10007" particle="graphics/particles/emote-blush.particle.xml"/> + <effect id="10008" particle="graphics/particles/emote-tongue.particle.xml"/> + <effect id="10009" particle="graphics/particles/emote-grin.particle.xml"/> + <effect id="10010" particle="graphics/particles/emote-upset.particle.xml"/> + <effect id="10011" particle="graphics/particles/emote-perturbed.particle.xml"/> + <effect id="10012" particle="graphics/particles/emote-speech.particle.xml"/> + <effect id="10013" particle="graphics/particles/emote-blah.particle.xml"/> </being-effects> |