diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-11-10 21:43:33 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:09:49 +0000 |
commit | 3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a (patch) | |
tree | 38271d9945c5f54c37e5351dcb18abb0908852e3 | |
parent | 154f6254325f964b6c7c02c677ef690012e3a220 (diff) | |
download | clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.gz clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.bz2 clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.xz clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.zip |
Added sfx for Bats/Crafties
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | monsters.xml | 12 | ||||
-rw-r--r-- | sfx/monsters/bat/die1.ogg | bin | 0 -> 6476 bytes | |||
-rw-r--r-- | sfx/monsters/bat/hit1.ogg | bin | 0 -> 6328 bytes |
4 files changed, 9 insertions, 6 deletions
@@ -1473,6 +1473,9 @@ legal@themanaworld.org ### Heal sfx/magic/heal.ogg (Ledmitz) (CC BY-SA 3.0) (-) ## Monsters +### Bat + sfx/monsters/bat/die1.ogg (Cosmostrator) (GPLv2) (-) + sfx/monsters/bat/hit1.ogg (Cosmostrator) (GPLv2) (-) ### Bee sfx/monsters/bee/die1.ogg (Ledmitz) (CC BY-SA 3.0) (-) sfx/monsters/bee/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (-) diff --git a/monsters.xml b/monsters.xml index 2837ebdf..488ce0dc 100644 --- a/monsters.xml +++ b/monsters.xml @@ -138,8 +138,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1018" name="Crafty" targetCursor="small"> <sprite>monsters/crafty.xml</sprite> - <sound event="die">monsters/piou/die1.ogg</sound> - <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="die">monsters/bat/die1.ogg</sound> + <sound event="hit">monsters/bat/hit1.ogg</sound> <sound event="hurt">monsters/piou/hurt1.ogg</sound> <sound event="hurt">monsters/piou/hurt2.ogg</sound> <sound event="miss">monsters/piou/miss1.ogg</sound> @@ -567,8 +567,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1103" name="Angry Crafty" targetCursor="small"> <sprite>monsters/crafty.xml</sprite> - <sound event="die">monsters/piou/die1.ogg</sound> - <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="die">monsters/bat/die1.ogg</sound> + <sound event="hit">monsters/bat/hit1.ogg</sound> <sound event="hurt">monsters/piou/hurt1.ogg</sound> <sound event="hurt">monsters/piou/hurt2.ogg</sound> <sound event="miss">monsters/piou/miss1.ogg</sound> @@ -698,8 +698,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1125" name="Crafty Ghost" targetCursor="small"> <sprite>monsters/ghost-crafty.xml</sprite> - <sound event="die">monsters/piou/die1.ogg</sound> - <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="die">monsters/bat/die1.ogg</sound> + <sound event="hit">monsters/bat/hit1.ogg</sound> <sound event="hurt">monsters/piou/hurt1.ogg</sound> <sound event="hurt">monsters/piou/hurt2.ogg</sound> <sound event="miss">monsters/piou/miss1.ogg</sound> diff --git a/sfx/monsters/bat/die1.ogg b/sfx/monsters/bat/die1.ogg Binary files differnew file mode 100644 index 00000000..81c410b4 --- /dev/null +++ b/sfx/monsters/bat/die1.ogg diff --git a/sfx/monsters/bat/hit1.ogg b/sfx/monsters/bat/hit1.ogg Binary files differnew file mode 100644 index 00000000..3b28bb61 --- /dev/null +++ b/sfx/monsters/bat/hit1.ogg |