From c8bd71648ee97c04043ac1e2a14e66aaecc30cd2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 19 May 2019 00:24:40 -0300 Subject: SFX for bows and axes. Bow SFX is not good on M+ though? --- LICENSE | 9 +++++++-- items.xml | 16 +++++++++++++--- sfx/weapons/axe/hit.ogg | Bin 0 -> 9142 bytes sfx/weapons/axe/miss.ogg | Bin 0 -> 8749 bytes sfx/weapons/gunstaff/shot.ogg | Bin 0 -> 12186 bytes 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 sfx/weapons/axe/hit.ogg create mode 100644 sfx/weapons/axe/miss.ogg create mode 100644 sfx/weapons/gunstaff/shot.ogg diff --git a/LICENSE b/LICENSE index cba0ad18..7da07114 100644 --- a/LICENSE +++ b/LICENSE @@ -2245,17 +2245,22 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors sfx/system/warp.ogg (Kenny690) (CC BY-SA 3.0) (-) ## Weapons +### Axe + sfx/weapons/axe/hit.ogg (CamoMano) (CC 0) (Freesound.org, Jesusalva) + sfx/weapons/axe/miss.ogg (Josethehedgehog) (CC 0) (Freesound.org, Jesusalva) ### Bare Hands sfx/weapons/barehands/hit1.ogg (Kenny690) (CC BY-SA 3.0) (-) sfx/weapons/barehands/miss1.ogg (Kenny690) (CC BY-SA 3.0) (-) +### Bow + sfx/weapons/bow/shoot.ogg (Porkmuncher) (CC 0) (Freesound.org, Jesusalva) ### 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) ### Piouslayer sfx/weapons/piouslayer/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) sfx/weapons/piouslayer/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) -### Bow - sfx/weapons/bow/shoot.ogg (Porkmuncher) (CC 0) (-) +### Gunstaff + sfx/weapons/gunstaff/shot.ogg (Bird-Man) (CC 0) (Freesound.org, Jesusalva) (-): No other contributor. (?): Unknown author. diff --git a/items.xml b/items.xml index 298e4b76..52406e29 100644 --- a/items.xml +++ b/items.xml @@ -6061,7 +6061,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1200"> equipment/weapons/kanabo.xml weapons/piouslayer/hit1.ogg - weapons/piouslayer/miss1.ogg + weapons/axe/miss.ogg equipment/weapons/heavyaxe.xml weapons/piouslayer/hit1.ogg - weapons/piouslayer/miss1.ogg + weapons/axe/miss.ogg equipment/weapons/heavyaxe.xml weapons/piouslayer/hit1.ogg - weapons/piouslayer/miss1.ogg + weapons/axe/miss.ogg equipment/weapons/woodenbow.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg equipment/weapons/woodenbow.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg equipment/weapons/woodenbow.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg equipment/weapons/woodenbow.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg equipment/weapons/woodenbow.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg diff --git a/sfx/weapons/axe/hit.ogg b/sfx/weapons/axe/hit.ogg new file mode 100644 index 00000000..9ebcecf8 Binary files /dev/null and b/sfx/weapons/axe/hit.ogg differ diff --git a/sfx/weapons/axe/miss.ogg b/sfx/weapons/axe/miss.ogg new file mode 100644 index 00000000..0e51178a Binary files /dev/null and b/sfx/weapons/axe/miss.ogg differ diff --git a/sfx/weapons/gunstaff/shot.ogg b/sfx/weapons/gunstaff/shot.ogg new file mode 100644 index 00000000..b5354c6d Binary files /dev/null and b/sfx/weapons/gunstaff/shot.ogg differ -- cgit v1.2.3-70-g09d2