aboutsummaryrefslogtreecommitdiff
path: root/guns/spearguns.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-26 23:03:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-26 23:03:34 -0700
commitc9ab85e03423d004f2d5d26d6d407b477e0a725b (patch)
treea0504d2f2bc1ec372346bdd2f8b80c3bdfe9a419 /guns/spearguns.json
parentFull gun revamp, part 5 (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-c9ab85e03423d004f2d5d26d6d407b477e0a725b.tar.xz
Full gun revamp, part 6
Diffstat (limited to 'guns/spearguns.json')
-rw-r--r--guns/spearguns.json138
1 files changed, 138 insertions, 0 deletions
diff --git a/guns/spearguns.json b/guns/spearguns.json
new file mode 100644
index 0000000..4cc4e77
--- /dev/null
+++ b/guns/spearguns.json
@@ -0,0 +1,138 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "airspeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "airspeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "airspeargun",
+ "files" : [
+ "guns/crossbows/reload_1.ogg",
+ "guns/crossbows/reload_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "doublespeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "doublespeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "doublespeargun",
+ "files" : [
+ "guns/crossbows/reload_1.ogg",
+ "guns/crossbows/reload_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "minispeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "minispeargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "minispeargun",
+ "files" : [
+ "guns/crossbows/reload_1.ogg",
+ "guns/crossbows/reload_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "speargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "speargun",
+ "files" : [
+ "guns/crossbows/crossbows_1.ogg",
+ "guns/crossbows/crossbows_2.ogg",
+ "guns/crossbows/crossbows_3.ogg",
+ "guns/crossbows/crossbows_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "speargun",
+ "files" : [
+ "guns/crossbows/reload_1.ogg",
+ "guns/crossbows/reload_2.ogg"
+ ]
+ }
+]