summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-10 20:50:34 +0000
committerJesusaves <cpntb1@ymail.com>2020-12-06 18:56:56 +0000
commit30a3927cfe2f567a6b057dfa9d525477535e33c1 (patch)
tree5913fa2f30691898e0bf2f5cc41ce2f4572602cc
parentb38362817bac4640cfdbe93838fe3e3b7070739a (diff)
downloadclientdata-30a3927cfe2f567a6b057dfa9d525477535e33c1.tar.gz
clientdata-30a3927cfe2f567a6b057dfa9d525477535e33c1.tar.bz2
clientdata-30a3927cfe2f567a6b057dfa9d525477535e33c1.tar.xz
clientdata-30a3927cfe2f567a6b057dfa9d525477535e33c1.zip
Added Halberd hits. Misses required adding Staff sounds as well.
-rw-r--r--LICENSE11
-rw-r--r--items.xml12
-rw-r--r--sfx/weapons/halberd/hit1.oggbin0 -> 10655 bytes
-rw-r--r--sfx/weapons/halberd/hit2.oggbin0 -> 11171 bytes
-rw-r--r--sfx/weapons/halberd/hit3.oggbin0 -> 10300 bytes
-rw-r--r--sfx/weapons/staff/hit1.oggbin0 -> 11738 bytes
-rw-r--r--sfx/weapons/staff/hit2.oggbin0 -> 10861 bytes
-rw-r--r--sfx/weapons/staff/hit3.oggbin0 -> 10123 bytes
-rw-r--r--sfx/weapons/staff/miss1.oggbin0 -> 10788 bytes
-rw-r--r--sfx/weapons/staff/miss2.oggbin0 -> 9189 bytes
-rw-r--r--sfx/weapons/staff/miss3.oggbin0 -> 10582 bytes
11 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 76eab69e..c0938d2f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1588,6 +1588,10 @@ legal@themanaworld.org
### Forest Bow
sfx/weapons/bow-forest/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
sfx/weapons/bow-forest/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
+### Halberd
+ sfx/weapons/halberd/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/halberd/hit2.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/halberd/hit3.ogg (Ledmitz) (CC BY-SA 3.0) (-)
### Knife
sfx/weapons/knife/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
sfx/weapons/knife/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
@@ -1604,6 +1608,13 @@ legal@themanaworld.org
### Short Bow
sfx/weapons/bow-short/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
sfx/weapons/bow-short/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
+### Staff
+ sfx/weapons/staff/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/staff/hit2.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/staff/hit3.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/staff/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/staff/miss2.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/weapons/staff/miss3.ogg (Ledmitz) (CC BY-SA 3.0) (-)
### Wooden Bow
sfx/weapons/bow-wooden/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
sfx/weapons/bow-wooden/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron)
diff --git a/items.xml b/items.xml
index dbcf4c88..7a28e644 100644
--- a/items.xml
+++ b/items.xml
@@ -3587,6 +3587,12 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
attack-action="attack_chop_long"
weight="400">
<sprite>equipment/weapons/staff.xml</sprite>
+ <sound event="hit">weapons/staff/hit1.ogg</sound>
+ <sound event="hit">weapons/staff/hit2.ogg</sound>
+ <sound event="hit">weapons/staff/hit3.ogg</sound>
+ <sound event="miss">weapons/staff/miss1.ogg</sound>
+ <sound event="miss">weapons/staff/miss2.ogg</sound>
+ <sound event="miss">weapons/staff/miss3.ogg</sound>
</item>
<item id="3514"
image="equipment/weapons/halberd.png"
@@ -3599,6 +3605,12 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
attack-action="attack_chop_long"
weight="1200">
<sprite>equipment/weapons/halberd.xml</sprite>
+ <sound event="hit">weapons/halberd/hit1.ogg</sound>
+ <sound event="hit">weapons/halberd/hit2.ogg</sound>
+ <sound event="hit">weapons/halberd/hit3.ogg</sound>
+ <sound event="miss">weapons/staff/miss1.ogg</sound>
+ <sound event="miss">weapons/staff/miss2.ogg</sound>
+ <sound event="miss">weapons/staff/miss3.ogg</sound>
</item>
<item id="3515"
image="equipment/weapons/sharpknife.png"
diff --git a/sfx/weapons/halberd/hit1.ogg b/sfx/weapons/halberd/hit1.ogg
new file mode 100644
index 00000000..b5c2c247
--- /dev/null
+++ b/sfx/weapons/halberd/hit1.ogg
Binary files differ
diff --git a/sfx/weapons/halberd/hit2.ogg b/sfx/weapons/halberd/hit2.ogg
new file mode 100644
index 00000000..b4bc8c9f
--- /dev/null
+++ b/sfx/weapons/halberd/hit2.ogg
Binary files differ
diff --git a/sfx/weapons/halberd/hit3.ogg b/sfx/weapons/halberd/hit3.ogg
new file mode 100644
index 00000000..eaef35df
--- /dev/null
+++ b/sfx/weapons/halberd/hit3.ogg
Binary files differ
diff --git a/sfx/weapons/staff/hit1.ogg b/sfx/weapons/staff/hit1.ogg
new file mode 100644
index 00000000..76da7d17
--- /dev/null
+++ b/sfx/weapons/staff/hit1.ogg
Binary files differ
diff --git a/sfx/weapons/staff/hit2.ogg b/sfx/weapons/staff/hit2.ogg
new file mode 100644
index 00000000..c1c32c2d
--- /dev/null
+++ b/sfx/weapons/staff/hit2.ogg
Binary files differ
diff --git a/sfx/weapons/staff/hit3.ogg b/sfx/weapons/staff/hit3.ogg
new file mode 100644
index 00000000..8d68997e
--- /dev/null
+++ b/sfx/weapons/staff/hit3.ogg
Binary files differ
diff --git a/sfx/weapons/staff/miss1.ogg b/sfx/weapons/staff/miss1.ogg
new file mode 100644
index 00000000..a3fabf6e
--- /dev/null
+++ b/sfx/weapons/staff/miss1.ogg
Binary files differ
diff --git a/sfx/weapons/staff/miss2.ogg b/sfx/weapons/staff/miss2.ogg
new file mode 100644
index 00000000..8f97cb20
--- /dev/null
+++ b/sfx/weapons/staff/miss2.ogg
Binary files differ
diff --git a/sfx/weapons/staff/miss3.ogg b/sfx/weapons/staff/miss3.ogg
new file mode 100644
index 00000000..4d6a3286
--- /dev/null
+++ b/sfx/weapons/staff/miss3.ogg
Binary files differ