aboutsummaryrefslogtreecommitdiff
path: root/Mods/jc_mods/vamp_stuff/archery.json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/jc_mods/vamp_stuff/archery.json')
-rw-r--r--Mods/jc_mods/vamp_stuff/archery.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/Mods/jc_mods/vamp_stuff/archery.json b/Mods/jc_mods/vamp_stuff/archery.json
index d2a5921..a448cf1 100644
--- a/Mods/jc_mods/vamp_stuff/archery.json
+++ b/Mods/jc_mods/vamp_stuff/archery.json
@@ -2,7 +2,7 @@
{
"type": "sound_effect",
"id": "fire_gun",
- "volume": 100,
+ "volume": 60,
"variant": "invy_bow",
"files": [
"guns/archery/archery_1.ogg",
@@ -15,7 +15,7 @@
{
"type": "sound_effect",
"id": "fire_gun_distant",
- "volume": 40,
+ "volume": 30,
"variant": "invy_bow",
"files": [
"guns/archery/archery_1.ogg",
@@ -24,5 +24,17 @@
"guns/archery/archery_4.ogg",
"guns/archery/archery_5.ogg"
]
+ },
+ {
+ "type": "sound_effect",
+ "id": "reload",
+ "volume": 75,
+ "variant": "invy_bow",
+ "files": [
+ "guns/archery/takearrow_1.ogg",
+ "guns/archery/takearrow_2.ogg",
+ "guns/archery/takearrow_3.ogg",
+ "guns/archery/takearrow_4.ogg"
+ ]
}
]