summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 12:50:49 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 12:50:49 +0000
commit42289bcd5403f09f078ef3406ada0222748850d2 (patch)
tree8cd1c9ddf5d047e686626ea0a57965a7ec262d62
parent11ca28f3663dd52e57066904eec9a4e82759e5b4 (diff)
downloadclientdata-42289bcd5403f09f078ef3406ada0222748850d2.tar.gz
clientdata-42289bcd5403f09f078ef3406ada0222748850d2.tar.bz2
clientdata-42289bcd5403f09f078ef3406ada0222748850d2.tar.xz
clientdata-42289bcd5403f09f078ef3406ada0222748850d2.zip
Implemented monster hurt sounds and added new sound effects by Cosmostrator.
-rw-r--r--monsters.xml9
-rw-r--r--sfx/loghead-hurt1.oggbin0 -> 12204 bytes
-rw-r--r--sfx/loghead-hurt2.oggbin0 -> 11737 bytes
-rw-r--r--sfx/loghead-hurt3.oggbin0 -> 12304 bytes
-rw-r--r--sfx/loghead-hurt4.oggbin0 -> 12951 bytes
-rw-r--r--sfx/loghead-hurt5.oggbin0 -> 14277 bytes
6 files changed, 7 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml
index 32863225..d2003816 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -133,9 +133,14 @@
<monster id="22" name="Poison Skull">
<sprite>monster-skull-poison.xml</sprite>
</monster>
-
+
<monster id="23" name="Log Head">
<sprite>monster-logmonster.xml</sprite>
+ <sound event="hurt">loghead-hurt1.ogg</sound>
+ <sound event="hurt">loghead-hurt2.ogg</sound>
+ <sound event="hurt">loghead-hurt3.ogg</sound>
+ <sound event="hurt">loghead-hurt4.ogg</sound>
+ <sound event="hurt">loghead-hurt5.ogg</sound>
</monster>
-
+
</monsters> \ No newline at end of file
diff --git a/sfx/loghead-hurt1.ogg b/sfx/loghead-hurt1.ogg
new file mode 100644
index 00000000..9f6b2b99
--- /dev/null
+++ b/sfx/loghead-hurt1.ogg
Binary files differ
diff --git a/sfx/loghead-hurt2.ogg b/sfx/loghead-hurt2.ogg
new file mode 100644
index 00000000..35cbde91
--- /dev/null
+++ b/sfx/loghead-hurt2.ogg
Binary files differ
diff --git a/sfx/loghead-hurt3.ogg b/sfx/loghead-hurt3.ogg
new file mode 100644
index 00000000..489273dd
--- /dev/null
+++ b/sfx/loghead-hurt3.ogg
Binary files differ
diff --git a/sfx/loghead-hurt4.ogg b/sfx/loghead-hurt4.ogg
new file mode 100644
index 00000000..d9e35321
--- /dev/null
+++ b/sfx/loghead-hurt4.ogg
Binary files differ
diff --git a/sfx/loghead-hurt5.ogg b/sfx/loghead-hurt5.ogg
new file mode 100644
index 00000000..8cb01c85
--- /dev/null
+++ b/sfx/loghead-hurt5.ogg
Binary files differ