aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 16:55:11 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 16:55:11 -0800
commit85f72f129af4b87e1390e8f9f6e4961ae5a63f82 (patch)
tree1130e6d0cb536bff530f30666bd3f3c61b9cc410
parentAdd privacy fence sounds (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-85f72f129af4b87e1390e8f9f6e4961ae5a63f82.tar.xz
Rename shot to 00shot
Add 000shot
-rw-r--r--guns/000shot.json41
-rw-r--r--guns/00shot.json (renamed from guns/shot.json)0
-rw-r--r--guns/473.json49
3 files changed, 90 insertions, 0 deletions
diff --git a/guns/000shot.json b/guns/000shot.json
new file mode 100644
index 0000000..c29ef55
--- /dev/null
+++ b/guns/000shot.json
@@ -0,0 +1,41 @@
+[
+ {
+ "type": "sound_effect",
+ "id": "fire_gun",
+ "volume": 100,
+ "variant": "hk_caws",
+ "files": [
+ "guns/shot/shot1.ogg",
+ "guns/shot/shot2.ogg",
+ "guns/shot/shot3.ogg",
+ "guns/shot/shot4.ogg",
+ "guns/shot/shot5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "fire_gun_distant",
+ "volume": 60,
+ "variant": "hk_caws",
+ "files": [
+ "guns/shot/shot1.ogg",
+ "guns/shot/shot2.ogg",
+ "guns/shot/shot3.ogg",
+ "guns/shot/shot4.ogg",
+ "guns/shot/shot5.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "reload",
+ "volume": 90,
+ "variant": "hk_caws",
+ "files": [
+ "guns/reload/rifle_m/rifle_1.ogg",
+ "guns/reload/rifle_m/rifle_2.ogg",
+ "guns/reload/rifle_m/rifle_3.ogg",
+ "guns/reload/rifle_m/rifle_4.ogg",
+ "guns/reload/rifle_m/rifle_5.ogg"
+ ]
+ }
+]
diff --git a/guns/shot.json b/guns/00shot.json
index db78509..db78509 100644
--- a/guns/shot.json
+++ b/guns/00shot.json
diff --git a/guns/473.json b/guns/473.json
new file mode 100644
index 0000000..798b3c9
--- /dev/null
+++ b/guns/473.json
@@ -0,0 +1,49 @@
+[
+ {
+ "type": "sound_effect",
+ "id": "fire_gun",
+ "volume": 100,
+ "variant": "hk_g11",
+ "files": [
+ "guns/8x40/8x40_1.ogg",
+ "guns/8x40/8x40_2.ogg",
+ "guns/8x40/8x40_3.ogg",
+ "guns/8x40/8x40_4.ogg",
+ "guns/8x40/8x40_5.ogg",
+ "guns/8x40/8x40_6.ogg",
+ "guns/8x40/8x40_7.ogg",
+ "guns/8x40/8x40_8.ogg",
+ "guns/8x40/8x40_9.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "fire_gun_distant",
+ "volume": 60,
+ "variant": "hk_g11",
+ "files": [
+ "guns/8x40/8x40_1.ogg",
+ "guns/8x40/8x40_2.ogg",
+ "guns/8x40/8x40_3.ogg",
+ "guns/8x40/8x40_4.ogg",
+ "guns/8x40/8x40_5.ogg",
+ "guns/8x40/8x40_6.ogg",
+ "guns/8x40/8x40_7.ogg",
+ "guns/8x40/8x40_8.ogg",
+ "guns/8x40/8x40_9.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "reload",
+ "volume": 90,
+ "variant": "hk_g11",
+ "files": [
+ "guns/reload/rifle_h/rifle_1.ogg",
+ "guns/reload/rifle_h/rifle_2.ogg",
+ "guns/reload/rifle_h/rifle_3.ogg",
+ "guns/reload/rifle_h/rifle_4.ogg",
+ "guns/reload/rifle_h/rifle_5.ogg"
+ ]
+ }
+]