summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <ledmitz@gmail.com>2020-06-24 03:17:01 +0000
committerJesusaves <cpntb1@ymail.com>2020-08-25 10:41:32 -0300
commitc257955d926b27c4b00c97c635a555b9524ba6dd (patch)
tree05abc983b92c7f05e611775eaaebc7f8671d54be
parentc6af3852ffb37bbda5645cec6fe8da82d42b0f5c (diff)
downloadclientdata-c257955d926b27c4b00c97c635a555b9524ba6dd.tar.gz
clientdata-c257955d926b27c4b00c97c635a555b9524ba6dd.tar.bz2
clientdata-c257955d926b27c4b00c97c635a555b9524ba6dd.tar.xz
clientdata-c257955d926b27c4b00c97c635a555b9524ba6dd.zip
Bee SFX; die, hit, miss, move
-rw-r--r--items.xml6
-rw-r--r--monsters.xml4
-rw-r--r--sfx/monsters/bee/die1.oggbin0 -> 20650 bytes
-rw-r--r--sfx/monsters/bee/hit1.oggbin0 -> 13571 bytes
-rw-r--r--sfx/monsters/bee/miss1.oggbin0 -> 9359 bytes
-rw-r--r--sfx/monsters/bee/move1.oggbin0 -> 18152 bytes
6 files changed, 9 insertions, 1 deletions
diff --git a/items.xml b/items.xml
index bea4130d..95f42951 100644
--- a/items.xml
+++ b/items.xml
@@ -2834,7 +2834,11 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
type="equip-1hand"
attack-action="attack"
weight="250">
- <sprite>equipment/weapons/piouslayer.xml</sprite>
+ <sprite>equipment/weapons/piouslayer.xml</sprite>
+ <sound event="hit">weapons/knife/setzer/hit1.ogg</sound>
+ <sound event="hit">weapons/knife/setzer/hit2.ogg</sound>
+ <sound event="hit">weapons/knife/setzer/hit3.ogg</sound>
+ <sound event="miss">weapons/knife/miss1.ogg</sound>
</item>
<item id="3510"
image="equipment/weapons/pickaxe.png"
diff --git a/monsters.xml b/monsters.xml
index f0cb8c14..28e24b19 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -196,6 +196,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1029" name="Bee" walkType="fly" targetCursor="small">
<sprite>monsters/bee.xml</sprite>
+ <sound event="die">monsters/bee/die1.ogg</sound>
+ <sound event="hit">monsters/bee/hit1.ogg</sound>
+ <sound event="miss">monsters/bee/miss1.ogg</sound>
+ <sound event="move">monsters/bee/move1.ogg</sound>
</monster>
<monster id="1030" name="Pinkie" walkType="walk" targetCursor="small">
<sprite>monsters/pinkie.xml</sprite>
diff --git a/sfx/monsters/bee/die1.ogg b/sfx/monsters/bee/die1.ogg
new file mode 100644
index 00000000..1b447d74
--- /dev/null
+++ b/sfx/monsters/bee/die1.ogg
Binary files differ
diff --git a/sfx/monsters/bee/hit1.ogg b/sfx/monsters/bee/hit1.ogg
new file mode 100644
index 00000000..3ad019db
--- /dev/null
+++ b/sfx/monsters/bee/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/bee/miss1.ogg b/sfx/monsters/bee/miss1.ogg
new file mode 100644
index 00000000..c00741c3
--- /dev/null
+++ b/sfx/monsters/bee/miss1.ogg
Binary files differ
diff --git a/sfx/monsters/bee/move1.ogg b/sfx/monsters/bee/move1.ogg
new file mode 100644
index 00000000..4bda422f
--- /dev/null
+++ b/sfx/monsters/bee/move1.ogg
Binary files differ