| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<!-- |
| 3 |
Copyright 2011 - The Mana World Development Team |
| 4 |
Effects definition file. |
| 5 |
See documentation at: http://doc.manasource.org/effects.xml |
| 6 |
--> |
| 7 |
|
| 8 |
<!-- Effects definition for client version : 0.0.29.1 and 0.5.x --> |
| 9 |
<being-effects> |
| 10 |
<!-- Default tag only supported in 0.0, support was removed in 0.1 --> |
| 11 |
<default particle="graphics/particles/magic.default.xml" /> |
| 12 |
|
| 13 |
<effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.particle.xml" /> |
| 14 |
<effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.particle.xml" /> |
| 15 |
<effect id="2" particle="graphics/particles/magic.generic.xml"/> |
| 16 |
<effect id="3" particle="graphics/particles/magic.white.xml"/> <!-- life --> |
| 17 |
<effect id="4" particle="graphics/particles/magic.black.xml"/> <!-- war --> |
| 18 |
<effect id="5" particle="graphics/particles/magic.red.xml"/> <!-- transmute --> |
| 19 |
<effect id="6" particle="graphics/particles/magic.green.xml"/> <!-- nature --> |
| 20 |
<effect id="7" particle="graphics/particles/magic.blue.xml"/> <!-- astral --> |
| 21 |
<effect id="10" particle="graphics/particles/magic.default.xml"/> |
| 22 |
<effect id="11" particle="graphics/particles/magic.shield.xml"/> |
| 23 |
<!-- <effect id="12" particle="graphics/particles/magic.haste.xml"/>--> |
| 24 |
<effect id="13" particle="graphics/particles/magic.hit.xml"/> |
| 25 |
<effect id="14" particle="graphics/particles/magic.hit.evil.xml"/> |
| 26 |
<effect id="15" particle="graphics/particles/fire-burst.xml"/> |
| 27 |
<effect id="16" particle="graphics/particles/fire-explosion.xml"/> |
| 28 |
<effect id="17" particle="graphics/particles/lightning1.xml"/> |
| 29 |
<effect id="18" particle="graphics/particles/lightning2.xml"/> |
| 30 |
<effect id="19" particle="graphics/particles/lightning3.xml"/> |
| 31 |
<effect id="20" particle="graphics/particles/magic.teleport.xml"/> |
| 32 |
<!-- <effect id="20" particle="graphics/particles/magic.barrier.xml"/> --> |
| 33 |
<effect id="21" particle="graphics/particles/pentagram-buildup-short.xml"/> |
| 34 |
<effect id="22" particle="graphics/particles/pentagram-burst.xml"/> |
| 35 |
<effect id="24" particle="graphics/particles/magic.teleport.xml"/> |
| 36 |
<effect id="25" particle="graphics/particles/rain.xml"/> |
| 37 |
<effect id="26" particle="graphics/particles/hit.particle.xml" /> |
| 38 |
<effect id="27" particle="graphics/particles/arrow-hail.xml" /> |
| 39 |
<effect id="28" particle="graphics/particles/crit.particle.xml" /> |
| 40 |
<effect id="30" particle="graphics/particles/large-explosion.xml"/> |
| 41 |
<effect id="31" particle="graphics/particles/medium-explosion.xml"/> |
| 42 |
<effect id="32" particle="graphics/particles/medium-smoke.xml"/> |
| 43 |
|
| 44 |
<effect id="111" particle="graphics/particles/magic.shield-ends.xml"/> |
| 45 |
<!-- <effect id="112" particle="graphics/particles/magic.haste-ends.xml"/>--> |
| 46 |
<!-- <effect id="120" particle="graphics/particles/magic.barrier-ends.xml"/> --> |
| 47 |
|
| 48 |
<!-- Interactive Object Animations --> |
| 49 |
<effect id="300" particle="graphics/particles/gate-opening.xml"/> |
| 50 |
<effect id="301" particle="graphics/particles/casket-lid.xml"/> |
| 51 |
<effect id="302" particle="graphics/particles/casket-monster.xml"/> |
| 52 |
|
| 53 |
<!-- Emotion Effects --> |
| 54 |
<effect id="10000" particle="graphics/particles/emotes/emote-disgust.particle.xml"/> |
| 55 |
<effect id="10001" particle="graphics/particles/emotes/emote-surprise.particle.xml"/> |
| 56 |
<effect id="10002" particle="graphics/particles/emotes/emote-happy.particle.xml"/> |
| 57 |
<effect id="10003" particle="graphics/particles/emotes/emote-sad.particle.xml"/> |
| 58 |
<effect id="10004" particle="graphics/particles/emotes/emote-evil.particle.xml"/> |
| 59 |
<effect id="10005" particle="graphics/particles/emotes/emote-wink.particle.xml"/> |
| 60 |
<effect id="10006" particle="graphics/particles/emotes/emote-angel.particle.xml"/> |
| 61 |
<effect id="10007" particle="graphics/particles/emotes/emote-blush.particle.xml"/> |
| 62 |
<effect id="10008" particle="graphics/particles/emotes/emote-tongue.particle.xml"/> |
| 63 |
<effect id="10009" particle="graphics/particles/emotes/emote-grin.particle.xml"/> |
| 64 |
<effect id="10010" particle="graphics/particles/emotes/emote-upset.particle.xml"/> |
| 65 |
<effect id="10011" particle="graphics/particles/emotes/emote-perturbed.particle.xml"/> |
| 66 |
<effect id="10012" particle="graphics/particles/emotes/emote-speech.particle.xml"/> |
| 67 |
<effect id="10013" particle="graphics/particles/emotes/emote-blah.particle.xml"/> |
| 68 |
</being-effects> |
| 69 |
|
| 70 |
<!-- |
| 71 |
Note: Effects definition for client version superior or equal to 0.6.x will prefer |
| 72 |
the 'effects' root tag when possible. |
| 73 |
--> |