aboutsummaryrefslogtreecommitdiff
path: root/Mods/Expanded Archery/archery.json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/Expanded Archery/archery.json')
-rw-r--r--Mods/Expanded Archery/archery.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/Mods/Expanded Archery/archery.json b/Mods/Expanded Archery/archery.json
new file mode 100644
index 0000000..c51900f
--- /dev/null
+++ b/Mods/Expanded Archery/archery.json
@@ -0,0 +1,28 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "hybridbow",
+ "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" : "hybridbow",
+ "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"
+ ]
+ }
+]