summaryrefslogtreecommitdiff
path: root/effects.xml
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 02:30:48 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 02:30:48 +0200
commita44de3d94523c8b91ec4def07bb6383416438bbf (patch)
tree492a8e67c4b6d39967dd6778b59eb1a1c59ff744 /effects.xml
parent05b01438a17c96a771df6046013b974124e8610f (diff)
downloadclientdata-a44de3d94523c8b91ec4def07bb6383416438bbf.tar.gz
clientdata-a44de3d94523c8b91ec4def07bb6383416438bbf.tar.bz2
clientdata-a44de3d94523c8b91ec4def07bb6383416438bbf.tar.xz
clientdata-a44de3d94523c8b91ec4def07bb6383416438bbf.zip
Fixed the effects.xml backward compatibility.
Based on 4144's good advice, xml files should not have more than one root node, and as we don't know whether the clients will handle that (depending on the platform and the libxml version). I'm removing the future definition.
Diffstat (limited to 'effects.xml')
-rw-r--r--effects.xml61
1 files changed, 1 insertions, 60 deletions
diff --git a/effects.xml b/effects.xml
index 160d77fd..5ae1b939 100644
--- a/effects.xml
+++ b/effects.xml
@@ -66,63 +66,4 @@
<effect id="10013" particle="graphics/particles/emotes/emote-blah.particle.xml"/>
</being-effects>
-<!-- Effects definition for client version superior or equal to 1.x -->
-<!-- Other changes are currently planned -->
-<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" />
- <effect id="2" particle="graphics/particles/magic.generic.xml"/>
- <effect id="3" particle="graphics/particles/magic.white.xml"/> <!-- life -->
- <effect id="4" particle="graphics/particles/magic.black.xml"/> <!-- war -->
- <effect id="5" particle="graphics/particles/magic.red.xml"/> <!-- transmute -->
- <effect id="6" particle="graphics/particles/magic.green.xml"/> <!-- nature -->
- <effect id="7" particle="graphics/particles/magic.blue.xml"/> <!-- astral -->
- <effect id="10" particle="graphics/particles/magic.default.xml"/>
- <effect id="11" particle="graphics/particles/magic.shield.xml"/>
- <!-- <effect id="12" particle="graphics/particles/magic.haste.xml"/>-->
- <effect id="13" particle="graphics/particles/magic.hit.xml"/>
- <effect id="14" particle="graphics/particles/magic.hit.evil.xml"/>
- <effect id="15" particle="graphics/particles/fire-burst.xml"/>
- <effect id="16" particle="graphics/particles/fire-explosion.xml"/>
- <effect id="17" particle="graphics/particles/lightning1.xml"/>
- <effect id="18" particle="graphics/particles/lightning2.xml"/>
- <effect id="19" particle="graphics/particles/lightning3.xml"/>
- <effect id="20" particle="graphics/particles/magic.teleport.xml"/>
- <!-- <effect id="20" particle="graphics/particles/magic.barrier.xml"/> -->
- <effect id="21" particle="graphics/particles/pentagram-buildup-short.xml"/>
- <effect id="22" particle="graphics/particles/pentagram-burst.xml"/>
- <effect id="24" particle="graphics/particles/magic.teleport.xml"/>
- <effect id="25" particle="graphics/particles/rain.xml"/>
- <effect id="26" particle="graphics/particles/hit.particle.xml" />
- <effect id="27" particle="graphics/particles/arrow-hail.xml" />
- <effect id="28" particle="graphics/particles/crit.particle.xml" />
- <effect id="30" particle="graphics/particles/large-explosion.xml"/>
- <effect id="31" particle="graphics/particles/medium-explosion.xml"/>
- <effect id="32" particle="graphics/particles/medium-smoke.xml"/>
-
- <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"/> -->
-
- <!-- Interactive Object Animations -->
- <effect id="300" particle="graphics/particles/gate-opening.xml"/>
- <effect id="301" particle="graphics/particles/casket-lid.xml"/>
- <effect id="302" particle="graphics/particles/casket-monster.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"/>
-</effects>
-
+<!-- Note: Effects definition for client version superior or equal to 0.6.x will handle effects root tag instead. -->