diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 12:50:49 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 12:50:49 +0000 |
commit | 42289bcd5403f09f078ef3406ada0222748850d2 (patch) | |
tree | 8cd1c9ddf5d047e686626ea0a57965a7ec262d62 | |
parent | 11ca28f3663dd52e57066904eec9a4e82759e5b4 (diff) | |
download | clientdata-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.xml | 9 | ||||
-rw-r--r-- | sfx/loghead-hurt1.ogg | bin | 0 -> 12204 bytes | |||
-rw-r--r-- | sfx/loghead-hurt2.ogg | bin | 0 -> 11737 bytes | |||
-rw-r--r-- | sfx/loghead-hurt3.ogg | bin | 0 -> 12304 bytes | |||
-rw-r--r-- | sfx/loghead-hurt4.ogg | bin | 0 -> 12951 bytes | |||
-rw-r--r-- | sfx/loghead-hurt5.ogg | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..9f6b2b99 --- /dev/null +++ b/sfx/loghead-hurt1.ogg diff --git a/sfx/loghead-hurt2.ogg b/sfx/loghead-hurt2.ogg Binary files differnew file mode 100644 index 00000000..35cbde91 --- /dev/null +++ b/sfx/loghead-hurt2.ogg diff --git a/sfx/loghead-hurt3.ogg b/sfx/loghead-hurt3.ogg Binary files differnew file mode 100644 index 00000000..489273dd --- /dev/null +++ b/sfx/loghead-hurt3.ogg diff --git a/sfx/loghead-hurt4.ogg b/sfx/loghead-hurt4.ogg Binary files differnew file mode 100644 index 00000000..d9e35321 --- /dev/null +++ b/sfx/loghead-hurt4.ogg diff --git a/sfx/loghead-hurt5.ogg b/sfx/loghead-hurt5.ogg Binary files differnew file mode 100644 index 00000000..8cb01c85 --- /dev/null +++ b/sfx/loghead-hurt5.ogg |