summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-11 15:42:26 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 19:17:38 +0000
commit1fc2ad1f3486c2f707f47e6dfa8e22766c50a109 (patch)
tree0995493c7903227e1aaf60802493befb5157d55b
parent06135f5f9c89342df0527d016d0901e387d12d01 (diff)
downloadclientdata-1fc2ad1f3486c2f707f47e6dfa8e22766c50a109.tar.gz
clientdata-1fc2ad1f3486c2f707f47e6dfa8e22766c50a109.tar.bz2
clientdata-1fc2ad1f3486c2f707f47e6dfa8e22766c50a109.tar.xz
clientdata-1fc2ad1f3486c2f707f47e6dfa8e22766c50a109.zip
Added snake hit sfx from TMW. Was cavesnake.
-rw-r--r--LICENSE2
-rw-r--r--monsters.xml4
-rw-r--r--sfx/monsters/snake/hit1.oggbin0 -> 5759 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 218a96e1..e2be6335 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1551,6 +1551,8 @@ legal@themanaworld.org
sfx/monsters/scorpion/hit3.ogg (Cosmostrator) (CC BY-SA 3.0) (Micksha)
sfx/monsters/scorpion/hit4.ogg (Cosmostrator) (CC BY-SA 3.0) (Micksha)
sfx/monsters/scorpion/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Micksha)
+### Snake
+ sfx/monsters/snake/hit1.ogg (Krazyjakee) (GPLv2) (-)
### Spider
sfx/monsters/spider/die1.ogg (alpha) (CC BY-SA 3.0) (-)
sfx/monsters/spider/hit1.ogg (alpha) (CC BY-SA 3.0) (-)
diff --git a/monsters.xml b/monsters.xml
index fb79a086..b7d91bef 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -260,6 +260,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1042" name="Grass Snake" walkType="walk" targetCursor="small">
<sprite>monsters/snake.xml|#205839,60a65d,80dba9,ffffff</sprite>
+ <sound event="hit">monsters/snake/hit1.ogg</sound>
</monster>
<monster id="1043" name="Scorpion" walkType="walk" targetCursor="small">
<sprite>monsters/scorpion.xml|#4d422d,826242,d8c282,e6e6e6</sprite>
@@ -448,12 +449,14 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1075" name="Snake" walkType="walk" targetCursor="small">
<sprite>monsters/snake.xml|#594d36,b49b6c,f4d293</sprite>
+ <sound event="hit">monsters/snake/hit1.ogg</sound>
</monster>
<monster id="1076" name="Giant Maggot" walkType="walk" targetCursor="medium">
<sprite>monsters/giant-maggot.xml</sprite>
</monster>
<monster id="1077" name="Desert Snake" walkType="walk" targetCursor="small">
<sprite>monsters/snake.xml|#3d2613,4e3117,774c20,8f5d22,ae772d,dbae5c,f7e1ad</sprite>
+ <sound event="hit">monsters/snake/hit1.ogg</sound>
</monster>
<monster id="1078" name="Desert Scorpion" walkType="walk" targetCursor="small">
<sprite>monsters/scorpion.xml|#594d36,b49b6c,f4d293</sprite>
@@ -719,6 +722,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1126" name="Snake Ghost" walkType="walk" targetCursor="small">
<sprite>monsters/ghost-snake.xml</sprite>
+ <sound event="hit">monsters/snake/hit1.ogg</sound>
</monster>
<monster id="1127" name="Scorpion Ghost" walkType="walk" targetCursor="small">
<sprite>monsters/ghost-scorpion.xml</sprite>
diff --git a/sfx/monsters/snake/hit1.ogg b/sfx/monsters/snake/hit1.ogg
new file mode 100644
index 00000000..ee840f0f
--- /dev/null
+++ b/sfx/monsters/snake/hit1.ogg
Binary files differ