aboutsummaryrefslogtreecommitdiff
path: root/Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-09 20:57:59 -0800
commit00f08684e80ba2abe80401fc7c42944313b98c5a (patch)
tree7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json
parentFix typo in f_grave_monument smash_fail path. (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz
Clean up formatting on many json files.
Also move unused mods to a subfolder.
Diffstat (limited to 'Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json')
-rw-r--r--Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json b/Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json
new file mode 100644
index 0000000..17bce0d
--- /dev/null
+++ b/Mods/zz_old-mods/Medieval_Stuff/Medieval and Historic Content,.json
@@ -0,0 +1,43 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 50,
+ "variant" : "fire_lance",
+ "files" : [
+ "Mods/Medieval_Stuff/hit_1.ogg",
+ "Mods/Medieval_Stuff/hit_2.ogg",
+ "Mods/Medieval_Stuff/hit_3.ogg",
+ "Mods/Medieval_Stuff/hit_4.ogg",
+ "Mods/Medieval_Stuff/hit_5.ogg",
+ "Mods/Medieval_Stuff/hit_6.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 20,
+ "variant" : "fire_lance",
+ "files" : [
+ "Mods/Medieval_Stuff/hit_1.ogg",
+ "Mods/Medieval_Stuff/hit_2.ogg",
+ "Mods/Medieval_Stuff/hit_3.ogg",
+ "Mods/Medieval_Stuff/hit_4.ogg",
+ "Mods/Medieval_Stuff/hit_5.ogg",
+ "Mods/Medieval_Stuff/hit_6.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 50,
+ "variant" : "fire_lance",
+ "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"
+ ]
+ }
+]