diff options
author | alige Ali-G <aligetmw@hotmail.fr> | 2012-05-10 19:13:29 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-23 13:09:25 +0200 |
commit | a07dd8868945374222a917b75f037793dc5de251 (patch) | |
tree | aa258bf4da26851a42b13d4f20ddf860a5a3293e /effects.xml | |
parent | 062541b05aac72ce19bdce5d4e16218cbb42773b (diff) | |
download | clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.gz clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.bz2 clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.xz clientdata-a07dd8868945374222a917b75f037793dc5de251.zip |
Added a new set of emotes. Most of them were taken from manaplus.
Changed the emotes location from graphics/particles/emotes/ to graphics/emotes/.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 56 |
1 files changed, 42 insertions, 14 deletions
diff --git a/effects.xml b/effects.xml index e1c1e878..d7e3ac7f 100644 --- a/effects.xml +++ b/effects.xml @@ -79,20 +79,48 @@ <effect id="401" particle="graphics/particles/monster-lizard-firebreath.particle.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"/> + <effect id="10000" particle="graphics/emotes/disgust.xml"/> + <effect id="10001" particle="graphics/emotes/surprise.xml"/> + <effect id="10002" particle="graphics/emotes/happy.xml"/> + <effect id="10003" particle="graphics/emotes/sad.xml"/> + <effect id="10004" particle="graphics/emotes/evil.xml"/> + <effect id="10005" particle="graphics/emotes/wink.xml"/> + <effect id="10006" particle="graphics/emotes/angel.xml"/> + <effect id="10007" particle="graphics/emotes/blush.xml"/> + <effect id="10008" particle="graphics/emotes/tongue.xml"/> + <effect id="10009" particle="graphics/emotes/grin.xml"/> + <effect id="10010" particle="graphics/emotes/upset.xml"/> + <effect id="10011" particle="graphics/emotes/perturbed.xml"/> + <effect id="10012" particle="graphics/emotes/speech.xml"/> + <effect id="10013" particle="graphics/emotes/blah.xml"/> + <effect id="10014" particle="graphics/emotes/swear.xml"/> + <effect id="10015" particle="graphics/emotes/meow.xml"/> + <effect id="10016" particle="graphics/emotes/laugh.xml"/> + <effect id="10017" particle="graphics/emotes/cheerful.xml"/> + <effect id="10018" particle="graphics/emotes/love.xml"/> + <effect id="10019" particle="graphics/emotes/money.xml"/> + <effect id="10020" particle="graphics/emotes/sleep.xml"/> + <effect id="10021" particle="graphics/emotes/rest.xml"/> + <effect id="10022" particle="graphics/emotes/bothered.xml"/> + <effect id="10023" particle="graphics/emotes/afraid.xml"/> + <effect id="10024" particle="graphics/emotes/dead.xml"/> + <effect id="10025" particle="graphics/emotes/suspicious.xml"/> + <effect id="10026" particle="graphics/emotes/melancholy.xml"/> + <effect id="10027" particle="graphics/emotes/facepalm.xml"/> + <effect id="10028" particle="graphics/emotes/angry.xml"/> + <effect id="10029" particle="graphics/emotes/headache.xml"/> + <effect id="10030" particle="graphics/emotes/bored.xml"/> + <effect id="10031" particle="graphics/emotes/heart.xml"/> + <effect id="10032" particle="graphics/emotes/empty.xml"/> + <effect id="10033" particle="graphics/emotes/halloween.xml"/> + <effect id="10034" particle="graphics/emotes/vicious.xml"/> + <effect id="10035" particle="graphics/emotes/joyful.xml"/> + <effect id="10036" particle="graphics/emotes/clever.xml"/> + <effect id="10037" particle="graphics/emotes/shy.xml"/> + <effect id="10038" particle="graphics/emotes/alien.xml"/> + <effect id="10039" particle="graphics/emotes/curious.xml"/> + <effect id="10040" particle="graphics/emotes/pain.xml"/> + <effect id="10041" particle="graphics/emotes/tears.xml"/> <!-- Add the data needed for the electricity boss battle. --> </being-effects> |