diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:06:53 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:06:53 +0000 |
commit | 0544bc70850cd42570021c332b1ac8e36d835103 (patch) | |
tree | 3f0abf2b704c6c55f91f4c40fac96c0bf96a0530 | |
parent | 9856270d23faf587533ff1f3268d78b4bd25cdd3 (diff) | |
parent | c86d04db3d45bfc75e7af7477693a7536e834f20 (diff) | |
download | clientdata-0544bc70850cd42570021c332b1ac8e36d835103.tar.gz clientdata-0544bc70850cd42570021c332b1ac8e36d835103.tar.bz2 clientdata-0544bc70850cd42570021c332b1ac8e36d835103.tar.xz clientdata-0544bc70850cd42570021c332b1ac8e36d835103.zip |
Merge branch 'Bow-Banshee' into 'master'
Added sfx for BansheeBow
See merge request evol/clientdata!187
-rw-r--r-- | LICENSE | 7 | ||||
-rw-r--r-- | items.xml | 6 | ||||
-rw-r--r-- | sfx/weapons/bow-banshee/hit1.ogg | bin | 0 -> 12928 bytes | |||
-rw-r--r-- | sfx/weapons/bow-banshee/hit2.ogg | bin | 0 -> 14045 bytes | |||
-rw-r--r-- | sfx/weapons/bow-banshee/hit3.ogg | bin | 0 -> 13359 bytes | |||
-rw-r--r-- | sfx/weapons/bow-banshee/miss1.ogg | bin | 0 -> 20204 bytes | |||
-rw-r--r-- | sfx/weapons/bow-banshee/miss2.ogg | bin | 0 -> 21029 bytes | |||
-rw-r--r-- | sfx/weapons/bow-banshee/miss3.ogg | bin | 0 -> 21924 bytes |
8 files changed, 13 insertions, 0 deletions
@@ -1584,6 +1584,13 @@ legal@themanaworld.org sfx/system/skillup.ogg (Kenny690) (CC BY-SA 3.0) (-) sfx/system/warp.ogg (Kenny690) (CC BY-SA 3.0) (-) ## Weapons +###BansheeBow + sfx/weapons/bow-banshee/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (j1987) + sfx/weapons/bow-banshee/hit2.ogg (Ledmitz) (CC BY-SA 3.0) (j1987) + sfx/weapons/bow-banshee/hit3.ogg (Ledmitz) (CC BY-SA 3.0) (j1987) + sfx/weapons/bow-banshee/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (-) + sfx/weapons/bow-banshee/miss2.ogg (Ledmitz) (CC BY-SA 3.0) (-) + sfx/weapons/bow-banshee/miss3.ogg (Ledmitz) (CC BY-SA 3.0) (-) ### Bare Hands sfx/weapons/barehands/hit1.ogg (Kenny690) (CC BY-SA 3.0) (-) sfx/weapons/barehands/miss1.ogg (Kenny690) (CC BY-SA 3.0) (-) @@ -4363,6 +4363,12 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. attack-action="attack_bow" weight="480"> <sprite>equipment/weapons/woodenbow.xml</sprite> + <sound event="hit">weapons/bow-banshee/hit1.ogg</sound> + <sound event="hit">weapons/bow-banshee/hit2.ogg</sound> + <sound event="hit">weapons/bow-banshee/hit3.ogg</sound> + <sound event="miss">weapons/bow-banshee/miss1.ogg</sound> + <sound event="miss">weapons/bow-banshee/miss2.ogg</sound> + <sound event="miss">weapons/bow-banshee/miss3.ogg</sound> </item> <item id="6006" image="equipment/weapons/slingshot.png" diff --git a/sfx/weapons/bow-banshee/hit1.ogg b/sfx/weapons/bow-banshee/hit1.ogg Binary files differnew file mode 100644 index 00000000..5bdbf97b --- /dev/null +++ b/sfx/weapons/bow-banshee/hit1.ogg diff --git a/sfx/weapons/bow-banshee/hit2.ogg b/sfx/weapons/bow-banshee/hit2.ogg Binary files differnew file mode 100644 index 00000000..38bc095c --- /dev/null +++ b/sfx/weapons/bow-banshee/hit2.ogg diff --git a/sfx/weapons/bow-banshee/hit3.ogg b/sfx/weapons/bow-banshee/hit3.ogg Binary files differnew file mode 100644 index 00000000..2c9ba4ec --- /dev/null +++ b/sfx/weapons/bow-banshee/hit3.ogg diff --git a/sfx/weapons/bow-banshee/miss1.ogg b/sfx/weapons/bow-banshee/miss1.ogg Binary files differnew file mode 100644 index 00000000..22967ce8 --- /dev/null +++ b/sfx/weapons/bow-banshee/miss1.ogg diff --git a/sfx/weapons/bow-banshee/miss2.ogg b/sfx/weapons/bow-banshee/miss2.ogg Binary files differnew file mode 100644 index 00000000..662de19a --- /dev/null +++ b/sfx/weapons/bow-banshee/miss2.ogg diff --git a/sfx/weapons/bow-banshee/miss3.ogg b/sfx/weapons/bow-banshee/miss3.ogg Binary files differnew file mode 100644 index 00000000..4321349b --- /dev/null +++ b/sfx/weapons/bow-banshee/miss3.ogg |