summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorYubaba <yubaba@hotmail.ca>2012-09-10 14:12:42 -0400
committerJessica Tölke <jtoelke@mail.upb.de>2012-10-18 11:48:07 +0200
commitfda08eb10ea8bec3efbe56c468700a6090cb0f1f (patch)
treeeb317aed196b418907821eec0a21ee8777ecadcb /monsters.xml
parentd21ae013784473dfd8f2f7639b01f2f3404c66b6 (diff)
downloadclientdata-fda08eb10ea8bec3efbe56c468700a6090cb0f1f.tar.gz
clientdata-fda08eb10ea8bec3efbe56c468700a6090cb0f1f.tar.bz2
clientdata-fda08eb10ea8bec3efbe56c468700a6090cb0f1f.tar.xz
clientdata-fda08eb10ea8bec3efbe56c468700a6090cb0f1f.zip
Modified monsters.xml for adding loghead-hit1.ogg and added wolvern sounds
Amended by Jenalya to comment out the wolvern hurt sound. It sounds weird when alternated with the hit sound. Include the sound nevertheless, so in case the client ever supports playing sounds only occasionally, it'll be available.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index 125fe39d..585cdd61 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -127,11 +127,13 @@
</monster>
<monster id="23" name="Log Head">
<sprite>monsters/logmonster.xml</sprite>
+ <sound event="hit">monsters/loghead/loghead-hit1.ogg</sound>
<sound event="hurt">monsters/loghead/loghead-hurt1.ogg</sound>
<sound event="hurt">monsters/loghead/loghead-hurt2.ogg</sound>
<sound event="hurt">monsters/loghead/loghead-hurt3.ogg</sound>
<sound event="hurt">monsters/loghead/loghead-hurt4.ogg</sound>
<sound event="hurt">monsters/loghead/loghead-hurt5.ogg</sound>
+ <sound event="die">monsters/loghead/loghead-die1.ogg</sound>
</monster>
<monster id="24" name="Mountain Snake">
<sprite>monsters/snake.xml|#585b39,a67c5d,dbc9a9,ffffff</sprite>
@@ -409,6 +411,14 @@
</monster>
<monster id="88" name="Wolvern">
<sprite>monsters/wolvern.xml|#000000,64727a,8996a0,a6afbf,dce9f3,ffffff</sprite>
+ <sound event="hit">monsters/wolvern/wolvern-hit1.ogg</sound>
+ <sound event="hit">monsters/wolvern/wolvern-hit2.ogg</sound>
+ <sound event="miss">monsters/wolvern/wolvern-miss1.ogg</sound>
+ <sound event="miss">monsters/wolvern/wolvern-miss2.ogg</sound>
+ <sound event="miss">monsters/wolvern/wolvern-miss3.ogg</sound>
+ <!-- The hurt sound doesn't go well when alternated with the hit sounds. -->
+ <!-- <sound event="hurt">monsters/wolvern/wolvern-hurt1.ogg</sound> -->
+ <sound event="die">monsters/wolvern/wolvern-dying1.ogg</sound>
</monster>
<monster id="89" name="Blue Slime">
<sprite>monsters/slime.xml|#2121ae,ffffff</sprite>