aboutsummaryrefslogtreecommitdiff
path: root/Mods/BrightNights/Bright Nights.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-05 12:34:25 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-05 12:34:25 -0800
commit9983f2b9e63adf0d4d8681ab3822ada5c24a1de0 (patch)
treeef20c4caf668d405a9c96ad6afa122aedd1c94c5 /Mods/BrightNights/Bright Nights.json
parentSync up a lot of gun sounds with the new upstream (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-9983f2b9e63adf0d4d8681ab3822ada5c24a1de0.tar.xz
Sync all the mods
Diffstat (limited to 'Mods/BrightNights/Bright Nights.json')
-rw-r--r--Mods/BrightNights/Bright Nights.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/Mods/BrightNights/Bright Nights.json b/Mods/BrightNights/Bright Nights.json
new file mode 100644
index 0000000..19a4ae0
--- /dev/null
+++ b/Mods/BrightNights/Bright Nights.json
@@ -0,0 +1,33 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 50,
+ "variant" : "laser_rifle_cheap",
+ "files" : [
+ "guns/eweapons/laser_rifle_1.ogg",
+ "guns/eweapons/laser_rifle_2.ogg",
+ "guns/eweapons/laser_rifle_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 20,
+ "variant" : "laser_rifle_cheap",
+ "files" : [
+ "guns/eweapons/laser_rifle_1.ogg",
+ "guns/eweapons/laser_rifle_2.ogg",
+ "guns/eweapons/laser_rifle_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 50,
+ "variant" : "laser_rifle_cheap",
+ "files" : [
+ "Mods/BringNights/laser_rifle_cheap_reload.ogg"
+ ]
+ }
+]