summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-10 21:43:33 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 19:09:49 +0000
commit3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a (patch)
tree38271d9945c5f54c37e5351dcb18abb0908852e3
parent154f6254325f964b6c7c02c677ef690012e3a220 (diff)
downloadclientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.gz
clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.bz2
clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.tar.xz
clientdata-3ad8dd3f1d26c96d7af96b9297bddee54fe2f54a.zip
Added sfx for Bats/Crafties
-rw-r--r--LICENSE3
-rw-r--r--monsters.xml12
-rw-r--r--sfx/monsters/bat/die1.oggbin0 -> 6476 bytes
-rw-r--r--sfx/monsters/bat/hit1.oggbin0 -> 6328 bytes
4 files changed, 9 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index ba7e8a0b..620657fa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
new file mode 100644
index 00000000..81c410b4
--- /dev/null
+++ b/sfx/monsters/bat/die1.ogg
Binary files differ
diff --git a/sfx/monsters/bat/hit1.ogg b/sfx/monsters/bat/hit1.ogg
new file mode 100644
index 00000000..3b28bb61
--- /dev/null
+++ b/sfx/monsters/bat/hit1.ogg
Binary files differ