summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-10 22:07:43 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 19:14:04 +0000
commit8eb889e9d9e2a4741b934f49129ab7f2389cb071 (patch)
treefa487d0f0171dccf4e994d8c3b9a94d9fa67ff32
parent480c851eed44a85f31ff9a6bad4eab0ebf16ca8c (diff)
downloadclientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.gz
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.bz2
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.tar.xz
clientdata-8eb889e9d9e2a4741b934f49129ab7f2389cb071.zip
Added Maggot sfx from TMW
-rw-r--r--LICENSE5
-rw-r--r--monsters.xml12
-rw-r--r--sfx/monsters/maggot/die1.oggbin0 -> 17448 bytes
-rw-r--r--sfx/monsters/maggot/hit1.oggbin0 -> 19610 bytes
-rw-r--r--sfx/monsters/maggot/hit2.oggbin0 -> 15514 bytes
-rw-r--r--sfx/monsters/maggot/miss1.oggbin0 -> 14317 bytes
6 files changed, 17 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 620657fa..218a96e1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1519,6 +1519,11 @@ legal@themanaworld.org
sfx/monsters/ghost/move1.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
sfx/monsters/ghost/move2.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
sfx/monsters/ghost/move3.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
+### Maggot
+ sfx/monsters/maggot/die1.ogg (Cosmostrator) (GPLv2) (-)
+ sfx/monsters/maggot/hit1.ogg (Cosmostrator) (GPLv2) (-)
+ sfx/monsters/maggot/hit2.ogg (Cosmostrator) (GPLv2) (-)
+ sfx/monsters/maggot/miss1.ogg (Cosmostrator) (GPLv2) (-)
### Piou
sfx/monsters/piou/die1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex)
sfx/monsters/piou/hit1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex)
diff --git a/monsters.xml b/monsters.xml
index 488ce0dc..fb79a086 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -187,12 +187,24 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1026" name="Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1027" name="Cave Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml|#0f1315,242214,652b51,6f706f</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1028" name="Forest Maggot" walkType="walk" targetCursor="small">
<sprite>monsters/maggot.xml|#121c14,223626,334f38,3d5e3d,5e915e</sprite>
+ <sound event="die">monsters/maggot/die1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/miss1.ogg</sound>
</monster>
<monster id="1029" name="Bee" walkType="fly" targetCursor="small">
<sprite>monsters/bee.xml</sprite>
diff --git a/sfx/monsters/maggot/die1.ogg b/sfx/monsters/maggot/die1.ogg
new file mode 100644
index 00000000..e05a5235
--- /dev/null
+++ b/sfx/monsters/maggot/die1.ogg
Binary files differ
diff --git a/sfx/monsters/maggot/hit1.ogg b/sfx/monsters/maggot/hit1.ogg
new file mode 100644
index 00000000..695cb483
--- /dev/null
+++ b/sfx/monsters/maggot/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/maggot/hit2.ogg b/sfx/monsters/maggot/hit2.ogg
new file mode 100644
index 00000000..12d92bb9
--- /dev/null
+++ b/sfx/monsters/maggot/hit2.ogg
Binary files differ
diff --git a/sfx/monsters/maggot/miss1.ogg b/sfx/monsters/maggot/miss1.ogg
new file mode 100644
index 00000000..a251bf97
--- /dev/null
+++ b/sfx/monsters/maggot/miss1.ogg
Binary files differ