summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsters.xml4
-rw-r--r--sfx/monsters/wolf/die.oggbin0 -> 7107 bytes
-rw-r--r--sfx/monsters/wolf/hit1.oggbin0 -> 8484 bytes
-rw-r--r--sfx/monsters/wolf/hit2.oggbin0 -> 5490 bytes
-rw-r--r--sfx/monsters/wolf/miss.oggbin0 -> 12516 bytes
5 files changed, 4 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index e0e3a74d..c9f24a0e 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -227,6 +227,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn.
</monster>
<monster id="1037" name="Wolvern" targetCursor="medium">
<sprite>monsters/wolvern.xml</sprite>
+ <sound event="die">monsters/wolf/die.ogg</sound>
+ <sound event="hit">monsters/wolf/hit1.ogg</sound>
+ <sound event="hit2">monsters/wolf/hit2.ogg</sound>
+ <sound event="miss">monsters/wolf/miss.ogg</sound>
</monster>
<monster id="1038" name="Zombie" targetCursor="medium">
<sprite>monsters/zombie.xml</sprite>
diff --git a/sfx/monsters/wolf/die.ogg b/sfx/monsters/wolf/die.ogg
new file mode 100644
index 00000000..5b910c8a
--- /dev/null
+++ b/sfx/monsters/wolf/die.ogg
Binary files differ
diff --git a/sfx/monsters/wolf/hit1.ogg b/sfx/monsters/wolf/hit1.ogg
new file mode 100644
index 00000000..70d9d526
--- /dev/null
+++ b/sfx/monsters/wolf/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/wolf/hit2.ogg b/sfx/monsters/wolf/hit2.ogg
new file mode 100644
index 00000000..cb12d01f
--- /dev/null
+++ b/sfx/monsters/wolf/hit2.ogg
Binary files differ
diff --git a/sfx/monsters/wolf/miss.ogg b/sfx/monsters/wolf/miss.ogg
new file mode 100644
index 00000000..d324be67
--- /dev/null
+++ b/sfx/monsters/wolf/miss.ogg
Binary files differ