diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-06 18:59:32 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 18:59:32 +0000 |
commit | 71edbb3a774cc341b1dbae0d06051a9d0477c700 (patch) | |
tree | 5913fa2f30691898e0bf2f5cc41ce2f4572602cc | |
parent | b38362817bac4640cfdbe93838fe3e3b7070739a (diff) | |
parent | 30a3927cfe2f567a6b057dfa9d525477535e33c1 (diff) | |
download | clientdata-71edbb3a774cc341b1dbae0d06051a9d0477c700.tar.gz clientdata-71edbb3a774cc341b1dbae0d06051a9d0477c700.tar.bz2 clientdata-71edbb3a774cc341b1dbae0d06051a9d0477c700.tar.xz clientdata-71edbb3a774cc341b1dbae0d06051a9d0477c700.zip |
Merge branch 'Halberd_sfx' into 'master'
Added Halberd hits. Misses required adding Staff sounds as well.
See merge request evol/clientdata!185
-rw-r--r-- | LICENSE | 11 | ||||
-rw-r--r-- | items.xml | 12 | ||||
-rw-r--r-- | sfx/weapons/halberd/hit1.ogg | bin | 0 -> 10655 bytes | |||
-rw-r--r-- | sfx/weapons/halberd/hit2.ogg | bin | 0 -> 11171 bytes | |||
-rw-r--r-- | sfx/weapons/halberd/hit3.ogg | bin | 0 -> 10300 bytes | |||
-rw-r--r-- | sfx/weapons/staff/hit1.ogg | bin | 0 -> 11738 bytes | |||
-rw-r--r-- | sfx/weapons/staff/hit2.ogg | bin | 0 -> 10861 bytes | |||
-rw-r--r-- | sfx/weapons/staff/hit3.ogg | bin | 0 -> 10123 bytes | |||
-rw-r--r-- | sfx/weapons/staff/miss1.ogg | bin | 0 -> 10788 bytes | |||
-rw-r--r-- | sfx/weapons/staff/miss2.ogg | bin | 0 -> 9189 bytes | |||
-rw-r--r-- | sfx/weapons/staff/miss3.ogg | bin | 0 -> 10582 bytes |
11 files changed, 23 insertions, 0 deletions
@@ -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) @@ -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 Binary files differnew file mode 100644 index 00000000..b5c2c247 --- /dev/null +++ b/sfx/weapons/halberd/hit1.ogg diff --git a/sfx/weapons/halberd/hit2.ogg b/sfx/weapons/halberd/hit2.ogg Binary files differnew file mode 100644 index 00000000..b4bc8c9f --- /dev/null +++ b/sfx/weapons/halberd/hit2.ogg diff --git a/sfx/weapons/halberd/hit3.ogg b/sfx/weapons/halberd/hit3.ogg Binary files differnew file mode 100644 index 00000000..eaef35df --- /dev/null +++ b/sfx/weapons/halberd/hit3.ogg diff --git a/sfx/weapons/staff/hit1.ogg b/sfx/weapons/staff/hit1.ogg Binary files differnew file mode 100644 index 00000000..76da7d17 --- /dev/null +++ b/sfx/weapons/staff/hit1.ogg diff --git a/sfx/weapons/staff/hit2.ogg b/sfx/weapons/staff/hit2.ogg Binary files differnew file mode 100644 index 00000000..c1c32c2d --- /dev/null +++ b/sfx/weapons/staff/hit2.ogg diff --git a/sfx/weapons/staff/hit3.ogg b/sfx/weapons/staff/hit3.ogg Binary files differnew file mode 100644 index 00000000..8d68997e --- /dev/null +++ b/sfx/weapons/staff/hit3.ogg diff --git a/sfx/weapons/staff/miss1.ogg b/sfx/weapons/staff/miss1.ogg Binary files differnew file mode 100644 index 00000000..a3fabf6e --- /dev/null +++ b/sfx/weapons/staff/miss1.ogg diff --git a/sfx/weapons/staff/miss2.ogg b/sfx/weapons/staff/miss2.ogg Binary files differnew file mode 100644 index 00000000..8f97cb20 --- /dev/null +++ b/sfx/weapons/staff/miss2.ogg diff --git a/sfx/weapons/staff/miss3.ogg b/sfx/weapons/staff/miss3.ogg Binary files differnew file mode 100644 index 00000000..4d6a3286 --- /dev/null +++ b/sfx/weapons/staff/miss3.ogg |