summaryrefslogtreecommitdiff
path: root/effects.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-19 18:18:07 -0500
committergumi <mekolat@users.noreply.github.com>2017-11-19 18:18:07 -0500
commit5af1a2ff083a07b068b9bf15e888e3f733291ba0 (patch)
tree39af059c165e490c7ec1290fb0705be23f8ed115 /effects.xml
parentd7fd123d5387dd92152ac9631b45e21e96bfd866 (diff)
downloadclientdata-5af1a2ff083a07b068b9bf15e888e3f733291ba0.tar.gz
clientdata-5af1a2ff083a07b068b9bf15e888e3f733291ba0.tar.bz2
clientdata-5af1a2ff083a07b068b9bf15e888e3f733291ba0.tar.xz
clientdata-5af1a2ff083a07b068b9bf15e888e3f733291ba0.zip
fix sfx paths in being-effects
Diffstat (limited to 'effects.xml')
-rw-r--r--effects.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/effects.xml b/effects.xml
index 41b04f8c..814929ca 100644
--- a/effects.xml
+++ b/effects.xml
@@ -23,8 +23,8 @@
<being-effects>
<!-- Core effect - used by the TMW magic system - do not change the ids
without testing the corresponding magic spells. -->
- <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="0" audio="system/levelup.ogg" particle="graphics/particles/levelup.particle.xml"/>
+ <effect id="1" audio="system/levelup.ogg" particle="graphics/particles/skillup.particle.xml"/>
<effect id="2" particle="graphics/particles/magic.generic.xml"/>
<!-- life -->
<effect id="3" particle="graphics/particles/magic.white.xml"/>
@@ -92,6 +92,6 @@
<effect id="400" particle="graphics/particles/monster-goblin-firebreath.particle.xml"/>
<effect id="401" particle="graphics/particles/monster-lizard-firebreath.particle.xml"/>
<!-- Add the data needed for the electricity boss battle. -->
- <effect id="402" audio="sfx/system/ship-bell2.ogg"/>
- <effect id="403" audio="sfx/monsters/bat/bat-hit1.ogg"/>
+ <effect id="402" audio="system/ship-bell2.ogg"/>
+ <effect id="403" audio="monsters/bat/bat-hit1.ogg"/>
</being-effects>