diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-08-24 23:49:04 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-24 23:49:04 +0000 |
commit | e43ae8ed8cd482f8d4acad698590ab4249cbb4fd (patch) | |
tree | 0e604612379ec0554909e68491195dc68d5f75cc | |
parent | f1a08e41729dc46edd3fa8e907ef6a0e8ea853cb (diff) | |
download | clientdata-e43ae8ed8cd482f8d4acad698590ab4249cbb4fd.tar.gz clientdata-e43ae8ed8cd482f8d4acad698590ab4249cbb4fd.tar.bz2 clientdata-e43ae8ed8cd482f8d4acad698590ab4249cbb4fd.tar.xz clientdata-e43ae8ed8cd482f8d4acad698590ab4249cbb4fd.zip |
https://gitlab.com/Ledmitz/clientdata/-/project_members
-rw-r--r-- | LICENSE | 9 | ||||
-rw-r--r-- | items.xml | 8 | ||||
-rw-r--r-- | sfx/weapons/bow-forest/hit1.ogg | bin | 0 -> 7790 bytes | |||
-rw-r--r-- | sfx/weapons/bow-forest/miss1.ogg | bin | 0 -> 7348 bytes | |||
-rw-r--r-- | sfx/weapons/bow-short/hit1.ogg | bin | 0 -> 7899 bytes | |||
-rw-r--r-- | sfx/weapons/bow-short/miss1.ogg | bin | 0 -> 8028 bytes | |||
-rw-r--r-- | sfx/weapons/bow-wooden/hit1.ogg | bin | 0 -> 8009 bytes | |||
-rw-r--r-- | sfx/weapons/bow-wooden/miss1.ogg | bin | 0 -> 8028 bytes |
8 files changed, 15 insertions, 2 deletions
@@ -1238,6 +1238,9 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE ### Bare Hands sfx/weapons/barehands/hit1.ogg (Kenny690) (CC BY-SA 3.0) (-) sfx/weapons/barehands/miss1.ogg (Kenny690) (CC BY-SA 3.0) (-) +### 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) ### 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) @@ -1247,6 +1250,12 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE ### Scythe sfx/weapons/scythe/hit1.ogg (LEGACY) (CC BY-SA 3.0) (Micksha) sfx/weapons/scythe/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) +### 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) +### 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) ## Env sfx/env/fart.ogg (LEGACY) (GUMI) (-) @@ -2835,8 +2835,6 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. attack-action="attack" weight="250"> <sprite>equipment/weapons/piouslayer.xml</sprite> - <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> <item id="3510" image="equipment/weapons/pickaxe.png" @@ -3346,6 +3344,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. attack-action="attack_bow" weight="120"> <sprite>equipment/weapons/woodenbow.xml</sprite> + <sound event="hit">weapons/bow-wooden/hit1.ogg</sound> + <sound event="miss">weapons/bow-wooden/miss1.ogg</sound> </item> <item id="6001" image="equipment/weapons/shortbow.png" @@ -3363,6 +3363,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. attack-action="attack_bow" weight="260"> <sprite>equipment/weapons/woodenbow.xml</sprite> + <sound event="hit">weapons/bow-short/hit1.ogg</sound> + <sound event="miss">weapons/bow-short/miss1.ogg</sound> </item> <item id="6002" image="equipment/weapons/forestbow.png" @@ -3380,6 +3382,8 @@ 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-forest/hit1.ogg</sound> + <sound event="miss">weapons/bow-forest/miss1.ogg</sound> </item> <!-- Arrows --> diff --git a/sfx/weapons/bow-forest/hit1.ogg b/sfx/weapons/bow-forest/hit1.ogg Binary files differnew file mode 100644 index 00000000..3a8157b1 --- /dev/null +++ b/sfx/weapons/bow-forest/hit1.ogg diff --git a/sfx/weapons/bow-forest/miss1.ogg b/sfx/weapons/bow-forest/miss1.ogg Binary files differnew file mode 100644 index 00000000..a916d8c5 --- /dev/null +++ b/sfx/weapons/bow-forest/miss1.ogg diff --git a/sfx/weapons/bow-short/hit1.ogg b/sfx/weapons/bow-short/hit1.ogg Binary files differnew file mode 100644 index 00000000..ed440e2a --- /dev/null +++ b/sfx/weapons/bow-short/hit1.ogg diff --git a/sfx/weapons/bow-short/miss1.ogg b/sfx/weapons/bow-short/miss1.ogg Binary files differnew file mode 100644 index 00000000..477d7da2 --- /dev/null +++ b/sfx/weapons/bow-short/miss1.ogg diff --git a/sfx/weapons/bow-wooden/hit1.ogg b/sfx/weapons/bow-wooden/hit1.ogg Binary files differnew file mode 100644 index 00000000..fa8bed3c --- /dev/null +++ b/sfx/weapons/bow-wooden/hit1.ogg diff --git a/sfx/weapons/bow-wooden/miss1.ogg b/sfx/weapons/bow-wooden/miss1.ogg Binary files differnew file mode 100644 index 00000000..477d7da2 --- /dev/null +++ b/sfx/weapons/bow-wooden/miss1.ogg |