aboutsummaryrefslogtreecommitdiff
path: root/guns/blunderbuss.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
commitd4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 (patch)
tree2f2325f896b9c4dcb339c506b8470e8eccc69bb1 /guns/blunderbuss.json
downloadcataclysm-dda-soundpack_jcsoundpack-d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1.tar.xz
Initial commit
Diffstat (limited to 'guns/blunderbuss.json')
-rw-r--r--guns/blunderbuss.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/guns/blunderbuss.json b/guns/blunderbuss.json
new file mode 100644
index 0000000..e5b0279
--- /dev/null
+++ b/guns/blunderbuss.json
@@ -0,0 +1,41 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "blunderbuss",
+ "files" : [
+ "guns/flintlock/flintlock_1.ogg",
+ "guns/flintlock/flintlock_2.ogg",
+ "guns/flintlock/flintlock_3.ogg",
+ "guns/flintlock/flintlock_4.ogg",
+ "guns/flintlock/flintlock_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "blunderbuss",
+ "files" : [
+ "guns/flintlock/flintlock_1.ogg",
+ "guns/flintlock/flintlock_2.ogg",
+ "guns/flintlock/flintlock_3.ogg",
+ "guns/flintlock/flintlock_4.ogg",
+ "guns/flintlock/flintlock_5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "blunderbuss",
+ "files" : [
+ "guns/reload/rifle_s/rifle_1.ogg",
+ "guns/reload/rifle_s/rifle_2.ogg",
+ "guns/reload/rifle_s/rifle_3.ogg",
+ "guns/reload/rifle_s/rifle_4.ogg",
+ "guns/reload/rifle_s/rifle_5.ogg"
+ ]
+ }
+]