summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-06-02 09:44:02 +0200
committerAlige <aligetmw@hotmail.fr>2012-06-02 09:44:02 +0200
commita36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc (patch)
tree6750d0cc92ded165fdca648c768550fc956f0218 /monsters.xml
parenta4a57004898736078be8bf000b07316ad7ffe62e (diff)
downloadclientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.gz
clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.bz2
clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.xz
clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.zip
Fixed the infos in the new croconut sound effects.
Added the croconut's sound effects in monsters.xml. Fixed few errors in monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml
index f15d00ba..756f965d 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -59,11 +59,11 @@ exemple :
<monster id="3" name="Ratto" targetCursor="small" walkType="walk">
<sprite>monsters/ratto.xml</sprite>
<sprite>accessories/ratto-tail.xml</sprite>
- <sound event="hit">monsters/ratto/die1.ogg</sound>
+ <sound event="die">monsters/ratto/die1.ogg</sound>
<sound event="hit">monsters/ratto/hit1.ogg</sound>
<sound event="hit">monsters/ratto/hit2.ogg</sound>
- <sound event="hit">monsters/ratto/hurt1.ogg</sound>
- <sound event="hit">monsters/ratto/spawn1.ogg</sound>
+ <sound event="hurt">monsters/ratto/hurt1.ogg</sound>
+ <sound event="spawn">monsters/ratto/spawn1.ogg</sound>
</monster>
<monster id="4" name="Croc" targetCursor="small" walkType="walk">
<sound event="hit">monsters/croc/hit1.ogg</sound>
@@ -91,7 +91,9 @@ exemple :
</monster> -->
<monster id="8" name="Croco Tree" targetCursor="large">
<sprite>monsters/croconut.xml</sprite>
+ <sound event="die">monsters/croconut/die1.ogg</sound>
<sound event="hurt">monsters/croconut/hurt1.ogg</sound>
- <sound event="die">monsters/croconut/die1.ogg</sound>
+ <sound event="hurt">monsters/croconut/hurt2.ogg</sound>
+ <sound event="hurt">monsters/croconut/hurt3.ogg</sound>
</monster>
</monsters>