summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsters.xml14
-rw-r--r--sfx/maggot-dying1.oggbin0 -> 17448 bytes
-rw-r--r--sfx/maggot-hit1.oggbin0 -> 19610 bytes
-rw-r--r--sfx/maggot-hit2.oggbin0 -> 15514 bytes
-rw-r--r--sfx/maggot-miss1.oggbin0 -> 14317 bytes
-rw-r--r--sfx/pinkie-hit1.oggbin0 -> 10428 bytes
-rw-r--r--sfx/pinkie-miss1.oggbin0 -> 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
new file mode 100644
index 00000000..e05a5235
--- /dev/null
+++ b/sfx/maggot-dying1.ogg
Binary files differ
diff --git a/sfx/maggot-hit1.ogg b/sfx/maggot-hit1.ogg
new file mode 100644
index 00000000..695cb483
--- /dev/null
+++ b/sfx/maggot-hit1.ogg
Binary files differ
diff --git a/sfx/maggot-hit2.ogg b/sfx/maggot-hit2.ogg
new file mode 100644
index 00000000..12d92bb9
--- /dev/null
+++ b/sfx/maggot-hit2.ogg
Binary files differ
diff --git a/sfx/maggot-miss1.ogg b/sfx/maggot-miss1.ogg
new file mode 100644
index 00000000..a251bf97
--- /dev/null
+++ b/sfx/maggot-miss1.ogg
Binary files differ
diff --git a/sfx/pinkie-hit1.ogg b/sfx/pinkie-hit1.ogg
new file mode 100644
index 00000000..67354790
--- /dev/null
+++ b/sfx/pinkie-hit1.ogg
Binary files differ
diff --git a/sfx/pinkie-miss1.ogg b/sfx/pinkie-miss1.ogg
new file mode 100644
index 00000000..d931bc47
--- /dev/null
+++ b/sfx/pinkie-miss1.ogg
Binary files differ