summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--monsters.xml9
-rw-r--r--sfx/monsters/bee/butterflyhit.oggbin0 -> 10057 bytes
-rw-r--r--sfx/monsters/bee/hurt.oggbin0 -> 9856 bytes
4 files changed, 11 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 7cf9e8ef..fef2d22f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2108,7 +2108,9 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
sfx/monsters/bat/batdie.ogg (Cosmostrator) (CC BY-SA 3.0) (-)
sfx/monsters/bat/bathit.ogg (Cosmostrator) (CC BY-SA 3.0) (-)
### Bee
+ sfx/monsters/bee/butterflyhit.ogg (Aquafeniz) (CC 0) (Freesound.org, Jesusalva)
sfx/monsters/bee/hit1.ogg (TMW-BR Team) (GPLv2) (-)
+ sfx/monsters/bee/hurt.ogg (JuanD20) (CC 0) (Freesound.org, Jesusalva)
### Blub
sfx/monsters/blub/die1.ogg (Cosmostrator) (CC BY-SA 3.0) (Alige, Socapex)
sfx/monsters/blub/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (Alige, Socapex)
diff --git a/monsters.xml b/monsters.xml
index 17d1d61e..a5327c58 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -187,6 +187,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1025" name="Red Butterfly" targetCursor="small" walkType="fly">
<sprite>monsters/butterfly.xml|#660000,FF3300,FFCC99,FFCCCC</sprite>
<sprite>monsters/accessories/smallcircleshadow.xml</sprite>
+ <sound event="hit">monsters/bee/butterflyhit.ogg</sound>
+ <sound event="hurt">monsters/bee/hurt.ogg</sound>
</monster>
<monster id="1026" name="Archant" targetCursor="small">
<sprite>monsters/archant.xml</sprite>
@@ -375,6 +377,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1065" name="Bee" targetCursor="small">
<sprite>monsters/bee.xml</sprite>
<sound event="hit">monsters/bee/hit1.ogg</sound>
+ <sound event="hurt">monsters/bee/hurt.ogg</sound>
</monster>
<monster id="1066" name="Log Head" targetCursor="medium">
<sprite>monsters/loghead.xml</sprite>
@@ -881,6 +884,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1172" name="Cyan Butterfly" targetCursor="small" walkType="fly">
<sprite>monsters/butterfly.xml|#33cccc,000066,33cccc,ffffff</sprite>
<sprite>monsters/accessories/generic-shadow-small-circle.xml</sprite>
+ <sound event="hit">monsters/bee/butterflyhit.ogg</sound>
+ <sound event="hurt">monsters/bee/hurt.ogg</sound>
</monster>
<monster id="1173" name="Electro Worm">
<sprite>monsters/serqet.xml</sprite>
@@ -908,6 +913,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1179" name="Fafi Dragon" targetCursor="large" walkType="fly">
<sprite>monsters/dragon.xml</sprite>
<particlefx>graphics/particles/circle-magic.xml</particlefx>
+ <sound event="die">monsters/dragon/die.ogg</sound>
+ <sound event="hit">monsters/dragon/hit.ogg</sound>
</monster>
<monster id="1180" name="Chocolate Slime">
<sprite>monsters/slime.xml|#8a5825</sprite>
@@ -986,6 +993,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<!-- Resume -->
<monster id="1195" name="Green Dragon" targetCursor="large" walkType="fly">
<sprite>monsters/dragon.xml</sprite>
+ <sound event="die">monsters/dragon/die.ogg</sound>
+ <sound event="hit">monsters/dragon/hit.ogg</sound>
</monster>
<monster id="1196" name="Reaper" targetCursor="medium">
<sprite>monsters/reaper.xml</sprite>
diff --git a/sfx/monsters/bee/butterflyhit.ogg b/sfx/monsters/bee/butterflyhit.ogg
new file mode 100644
index 00000000..6540f7c8
--- /dev/null
+++ b/sfx/monsters/bee/butterflyhit.ogg
Binary files differ
diff --git a/sfx/monsters/bee/hurt.ogg b/sfx/monsters/bee/hurt.ogg
new file mode 100644
index 00000000..171f5bb9
--- /dev/null
+++ b/sfx/monsters/bee/hurt.ogg
Binary files differ