diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:20:03 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:20:03 +0000 |
commit | 0ce2862dc6aad86c494939936242fbb13682a066 (patch) | |
tree | 0995493c7903227e1aaf60802493befb5157d55b | |
parent | 06135f5f9c89342df0527d016d0901e387d12d01 (diff) | |
parent | 1fc2ad1f3486c2f707f47e6dfa8e22766c50a109 (diff) | |
download | clientdata-0ce2862dc6aad86c494939936242fbb13682a066.tar.gz clientdata-0ce2862dc6aad86c494939936242fbb13682a066.tar.bz2 clientdata-0ce2862dc6aad86c494939936242fbb13682a066.tar.xz clientdata-0ce2862dc6aad86c494939936242fbb13682a066.zip |
Merge branch 'Snake_sfx' into 'master'
Added snake hit sfx from TMW. Was cavesnake.
See merge request evol/clientdata!193
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | monsters.xml | 4 | ||||
-rw-r--r-- | sfx/monsters/snake/hit1.ogg | bin | 0 -> 5759 bytes |
3 files changed, 6 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 00000000..ee840f0f --- /dev/null +++ b/sfx/monsters/snake/hit1.ogg |