diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-26 00:25:53 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-26 00:25:53 +0000 |
commit | bec51ee9f7f0ed4ad80e039ed33cf1c0a6908ea7 (patch) | |
tree | 22a0ef33959508098c601b2cc559426ff1aa052e | |
parent | 30e792c37a1a6a90b49190a43264c3e064391875 (diff) | |
download | clientdata-bec51ee9f7f0ed4ad80e039ed33cf1c0a6908ea7.tar.gz clientdata-bec51ee9f7f0ed4ad80e039ed33cf1c0a6908ea7.tar.bz2 clientdata-bec51ee9f7f0ed4ad80e039ed33cf1c0a6908ea7.tar.xz clientdata-bec51ee9f7f0ed4ad80e039ed33cf1c0a6908ea7.zip |
New sound effects by Cosmostrator.
-rw-r--r-- | monsters.xml | 14 | ||||
-rw-r--r-- | sfx/maggot-dying1.ogg | bin | 0 -> 17448 bytes | |||
-rw-r--r-- | sfx/maggot-hit1.ogg | bin | 0 -> 19610 bytes | |||
-rw-r--r-- | sfx/maggot-hit2.ogg | bin | 0 -> 15514 bytes | |||
-rw-r--r-- | sfx/maggot-miss1.ogg | bin | 0 -> 14317 bytes | |||
-rw-r--r-- | sfx/pinkie-hit1.ogg | bin | 0 -> 10428 bytes | |||
-rw-r--r-- | sfx/pinkie-miss1.ogg | bin | 0 -> 7426 bytes |
7 files changed, 12 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 1d202e5a..7aee9c59 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1,6 +1,10 @@ <monsters>
<monster id="0" name="Maggot">
<sprite>monster-maggot.xml</sprite>
+ <sound event="hit">maggot-hit1.ogg</sound>
+ <sound event="hit">maggot-hit2.ogg</sound>
+ <sound event="miss">maggot-miss1.ogg</sound>
+ <sound event="die">maggot-dying1.ogg</sound>
</monster>
<monster id="1" name="Scorpion">
@@ -28,6 +32,10 @@ <monster id="4" name="Giant Maggot">
<sprite>monster-maggot-giant.xml</sprite>
+ <sound event="hit">maggot-hit1.ogg</sound>
+ <sound event="hit">maggot-hit2.ogg</sound>
+ <sound event="miss">maggot-miss1.ogg</sound>
+ <sound event="die">maggot-dying1.ogg</sound>
</monster>
<monster id="5" name="Yellow Slime">
@@ -50,7 +58,7 @@ </monster>
<monster id="8" name="Snake">
- <sprite>monster-mountsnake.xml</sprite>
+ <sprite>monster-snake.xml</sprite>
</monster>
<monster id="9" name="Fire Goblin">
@@ -92,6 +100,8 @@ <monster id="16" name="Pinkie">
<sprite>monster-pinkie.xml</sprite>
+ <sound event="hit">pinkie-hit1.ogg</sound>
+ <sound event="miss">pinkie-miss1.ogg</sound>
</monster>
<monster id="17" name="Spiky Mushroom">
@@ -123,4 +133,4 @@ <monster id="22" name="Poison Skull">
<sprite>monster-skull-poison.xml</sprite>
</monster>
-</monsters>
+</monsters>
\ No newline at end of file diff --git a/sfx/maggot-dying1.ogg b/sfx/maggot-dying1.ogg Binary files differnew file mode 100644 index 00000000..e05a5235 --- /dev/null +++ b/sfx/maggot-dying1.ogg diff --git a/sfx/maggot-hit1.ogg b/sfx/maggot-hit1.ogg Binary files differnew file mode 100644 index 00000000..695cb483 --- /dev/null +++ b/sfx/maggot-hit1.ogg diff --git a/sfx/maggot-hit2.ogg b/sfx/maggot-hit2.ogg Binary files differnew file mode 100644 index 00000000..12d92bb9 --- /dev/null +++ b/sfx/maggot-hit2.ogg diff --git a/sfx/maggot-miss1.ogg b/sfx/maggot-miss1.ogg Binary files differnew file mode 100644 index 00000000..a251bf97 --- /dev/null +++ b/sfx/maggot-miss1.ogg diff --git a/sfx/pinkie-hit1.ogg b/sfx/pinkie-hit1.ogg Binary files differnew file mode 100644 index 00000000..67354790 --- /dev/null +++ b/sfx/pinkie-hit1.ogg diff --git a/sfx/pinkie-miss1.ogg b/sfx/pinkie-miss1.ogg Binary files differnew file mode 100644 index 00000000..d931bc47 --- /dev/null +++ b/sfx/pinkie-miss1.ogg |