From 15a36c70e1d483a42d874cb227c6da80f821c78a Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Wed, 2 Aug 2023 22:08:30 -0300 Subject: Added gun misses and corrected references to it, etc --- LICENSE | 7 +++++-- items.xml | 36 ++++++++++++++++++++++++------------ monsters.xml | 24 ++++++++++++++++-------- sfx/weapons/gun/hit1.ogg | Bin 0 -> 6049 bytes sfx/weapons/gun/miss1.ogg | Bin 0 -> 7486 bytes sfx/weapons/gun/miss2.ogg | Bin 0 -> 7653 bytes sfx/weapons/gun/miss3.ogg | Bin 0 -> 7215 bytes sfx/weapons/gunstaff/shot.ogg | Bin 12186 -> 0 bytes 8 files changed, 45 insertions(+), 22 deletions(-) create mode 100644 sfx/weapons/gun/hit1.ogg create mode 100644 sfx/weapons/gun/miss1.ogg create mode 100644 sfx/weapons/gun/miss2.ogg create mode 100644 sfx/weapons/gun/miss3.ogg delete mode 100644 sfx/weapons/gunstaff/shot.ogg diff --git a/LICENSE b/LICENSE index 3feffb2..6e21906 100644 --- a/LICENSE +++ b/LICENSE @@ -3106,8 +3106,11 @@ https://wiki.moubootaurlegends.org/Contributors sfx/weapons/piouslayer/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) sfx/weapons/piouslayer/hit2.ogg (TMW-BR Team) (GPLv2) (-) sfx/weapons/piouslayer/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex) -### Gunstaff - sfx/weapons/gunstaff/shot.ogg (Bird-Man) (CC 0) (Freesound.org, Jesusalva) +### Gun + sfx/weapons/gun/hit1.ogg (Bird-Man(shot.ogg)) (CC 0) (Freesound.org, Jesusalva) + sfx/weapons/gun/miss1.ogg (Ledmitz) (CC 0) (Freesound.org, Bird-Man(shot.ogg), craigsmith (Rifle ricochets)) + sfx/weapons/gun/miss2.ogg (Ledmitz) (CC 0) (Freesound.org, Bird-Man(shot.ogg), craigsmith (Rifle ricochets)) + sfx/weapons/gun/miss3.ogg (Ledmitz) (CC 0) (Freesound.org, Bird-Man(shot.ogg), craigsmith (Rifle ricochets)) ### Lightsaber sfx/weapons/lightsaber/crit.ogg (?) (GPL v2) (FreedroidRPG) sfx/weapons/lightsaber/hit1.ogg (skytheguy) (CC BY 3.0) (Freesound.org, Jesusalva) diff --git a/items.xml b/items.xml index f2614d2..441bbad 100644 --- a/items.xml +++ b/items.xml @@ -8243,8 +8243,10 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. critical-hit-effect-id="35" weight="9000"> ml/equipment/weapons/bow.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg ml/equipment/weapons/bow.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg ml/equipment/weapons/bow.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg ml/equipment/weapons/gun.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg ml/equipment/weapons/bow.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg @@ -15892,8 +15902,10 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. sellProtected="true" weight="3000"> tmw/equipment/weapons/gun.xml - weapons/gunstaff/shot.ogg - weapons/gunstaff/shot.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg equipment/weapons/lidersword.xml ml/equipment/legs/bromenalpants-male.xml ml/equipment/feet/boots-male.xml|#212121 - weapons/gunstaff/shot.ogg - weapons/piouslayer/miss1.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg races/human-male.xml @@ -1076,8 +1078,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s ml/equipment/legs/bromenalpants-male.xml ml/equipment/feet/boots-male.xml|#212121 - weapons/gunstaff/shot.ogg - weapons/piouslayer/miss1.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg races/human-male.xml @@ -1086,8 +1090,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s ml/equipment/legs/bromenalpants-male.xml ml/equipment/feet/boots-male.xml|#212121 - weapons/gunstaff/shot.ogg - weapons/piouslayer/miss1.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg races/orc-male.xml @@ -1097,8 +1103,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s ml/equipment/legs/bromenalpants-male.xml ml/equipment/feet/boots-male.xml|#212121 ml/equipment/head/bromenalhelmet.xml - weapons/gunstaff/shot.ogg - weapons/piouslayer/miss1.ogg + weapons/gun/hit1.ogg + weapons/gun/miss1.ogg + weapons/gun/miss2.ogg + weapons/gun/miss3.ogg monsters/cloverpatch.xml diff --git a/sfx/weapons/gun/hit1.ogg b/sfx/weapons/gun/hit1.ogg new file mode 100644 index 0000000..70f7c6e Binary files /dev/null and b/sfx/weapons/gun/hit1.ogg differ diff --git a/sfx/weapons/gun/miss1.ogg b/sfx/weapons/gun/miss1.ogg new file mode 100644 index 0000000..da79260 Binary files /dev/null and b/sfx/weapons/gun/miss1.ogg differ diff --git a/sfx/weapons/gun/miss2.ogg b/sfx/weapons/gun/miss2.ogg new file mode 100644 index 0000000..b3d5aaa Binary files /dev/null and b/sfx/weapons/gun/miss2.ogg differ diff --git a/sfx/weapons/gun/miss3.ogg b/sfx/weapons/gun/miss3.ogg new file mode 100644 index 0000000..7dcb6fa Binary files /dev/null and b/sfx/weapons/gun/miss3.ogg differ diff --git a/sfx/weapons/gunstaff/shot.ogg b/sfx/weapons/gunstaff/shot.ogg deleted file mode 100644 index b5354c6..0000000 Binary files a/sfx/weapons/gunstaff/shot.ogg and /dev/null differ -- cgit v1.2.3-60-g2f50