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.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/Mods/jc_mods/vamp_stuff/archery.json b/Mods/jc_mods/vamp_stuff/archery.json
new file mode 100644
index 0000000..d2a5921
--- /dev/null
+++ b/Mods/jc_mods/vamp_stuff/archery.json
@@ -0,0 +1,28 @@
+[
+ {
+ "type": "sound_effect",
+ "id": "fire_gun",
+ "volume": 100,
+ "variant": "invy_bow",
+ "files": [
+ "guns/archery/archery_1.ogg",
+ "guns/archery/archery_2.ogg",
+ "guns/archery/archery_3.ogg",
+ "guns/archery/archery_4.ogg",
+ "guns/archery/archery_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "fire_gun_distant",
+ "volume": 40,
+ "variant": "invy_bow",
+ "files": [
+ "guns/archery/archery_1.ogg",
+ "guns/archery/archery_2.ogg",
+ "guns/archery/archery_3.ogg",
+ "guns/archery/archery_4.ogg",
+ "guns/archery/archery_5.ogg"
+ ]
+ }
+]