summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-14 18:36:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-14 18:36:59 -0300
commit21d056cef37ffd0127dc469e107699988ed1aea7 (patch)
treee5d1ec63b6a8cc2e742eb23cb647601f3d6a6c32
parent69a46567c572360d5c8a40c148108e982d688b7d (diff)
parentfeea96a7e925e94f29b6bb64d37bfd8717985bc7 (diff)
downloadclientdata-21d056cef37ffd0127dc469e107699988ed1aea7.tar.gz
clientdata-21d056cef37ffd0127dc469e107699988ed1aea7.tar.bz2
clientdata-21d056cef37ffd0127dc469e107699988ed1aea7.tar.xz
clientdata-21d056cef37ffd0127dc469e107699988ed1aea7.zip
Merge remote-tracking branch 'Ledmitz/Zombie_sfx'
-rw-r--r--LICENSE8
-rw-r--r--monsters.xml6
-rw-r--r--sfx/monsters/zombie/die1.oggbin0 -> 38148 bytes
-rw-r--r--sfx/monsters/zombie/hit1.oggbin0 -> 24586 bytes
-rw-r--r--sfx/monsters/zombie/hit2.oggbin0 -> 11717 bytes
-rw-r--r--sfx/monsters/zombie/miss1.oggbin0 -> 41284 bytes
-rw-r--r--sfx/monsters/zombie/move1.oggbin0 -> 103231 bytes
-rw-r--r--sfx/monsters/zombie/move2.oggbin0 -> 90776 bytes
8 files changed, 14 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 4b37f2ba..ecaee112 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1641,6 +1641,14 @@ legal@themanaworld.org
sfx/monsters/wolvern/miss1.ogg (Chicka-Maria) (CC BY-SA 3.0) (Ledmitz)
sfx/monsters/wolvern/miss2.ogg (Chicka-Maria) (CC BY-SA 3.0) (Ledmitz)
sfx/monsters/wolvern/miss3.ogg (Chicka-Maria) (CC BY-SA 3.0) (Ledmitz)
+### Zombie
+ sfx/monsters/zombie/die1.ogg (Bcs86) (GPLv2) (Ledmitz)
+ sfx/monsters/zombie/hit1.ogg (Bcs86) (GPLv2) (Ledmitz)
+ sfx/monsters/zombie/hit2.ogg (Bcs86) (GPLv2) (Ledmitz)
+ sfx/monsters/zombie/miss1.ogg (Bcs86) (GPLv2) (Ledmitz)
+ sfx/monsters/zombie/move1.ogg (Bcs86) (GPLv2) (Ledmitz)
+ sfx/monsters/zombie/move2.ogg (Bcs86) (GPLv2) (Ledmitz)
+
## NPCs
sfx/npcs/chest-close.ogg (Ledmitz) (CC BY-SA 3.0) (D W, Q.K., SkeetMasterFunk69, spookymodem)
sfx/npcs/chest-open.ogg (Ledmitz) (CC BY-SA 3.0) (beerbelly38, D W, spookymodem)
diff --git a/monsters.xml b/monsters.xml
index 7d01c6a2..6842d295 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -697,6 +697,12 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1118" name="Zombie" targetCursor="medium">
<sprite>monsters/zombie.xml</sprite>
+ <sound event="die">monsters/zombie/die1.ogg</sound>
+ <sound event="hit">monsters/zombie/hit1.ogg</sound>
+ <sound event="hit">monsters/zombie/hit2.ogg</sound>
+ <sound event="miss">monsters/zombie/miss1.ogg</sound>
+ <sound event="move">monsters/zombie/move1.ogg</sound>
+ <sound event="move">monsters/zombie/move2.ogg</sound>
</monster>
<monster id="1119" name="Serqet" targetCursor="large">
<sprite>monsters/serqet.xml</sprite>
diff --git a/sfx/monsters/zombie/die1.ogg b/sfx/monsters/zombie/die1.ogg
new file mode 100644
index 00000000..92d3d0f8
--- /dev/null
+++ b/sfx/monsters/zombie/die1.ogg
Binary files differ
diff --git a/sfx/monsters/zombie/hit1.ogg b/sfx/monsters/zombie/hit1.ogg
new file mode 100644
index 00000000..9f358fd3
--- /dev/null
+++ b/sfx/monsters/zombie/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/zombie/hit2.ogg b/sfx/monsters/zombie/hit2.ogg
new file mode 100644
index 00000000..4253393d
--- /dev/null
+++ b/sfx/monsters/zombie/hit2.ogg
Binary files differ
diff --git a/sfx/monsters/zombie/miss1.ogg b/sfx/monsters/zombie/miss1.ogg
new file mode 100644
index 00000000..6f0b12ef
--- /dev/null
+++ b/sfx/monsters/zombie/miss1.ogg
Binary files differ
diff --git a/sfx/monsters/zombie/move1.ogg b/sfx/monsters/zombie/move1.ogg
new file mode 100644
index 00000000..0e5f12c8
--- /dev/null
+++ b/sfx/monsters/zombie/move1.ogg
Binary files differ
diff --git a/sfx/monsters/zombie/move2.ogg b/sfx/monsters/zombie/move2.ogg
new file mode 100644
index 00000000..c92a24b6
--- /dev/null
+++ b/sfx/monsters/zombie/move2.ogg
Binary files differ