aboutsummaryrefslogtreecommitdiff
path: root/Mods/BringNights/Bright Nights.json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/BringNights/Bright Nights.json')
-rw-r--r--Mods/BringNights/Bright Nights.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/Mods/BringNights/Bright Nights.json b/Mods/BringNights/Bright Nights.json
new file mode 100644
index 0000000..cf0a769
--- /dev/null
+++ b/Mods/BringNights/Bright Nights.json
@@ -0,0 +1,33 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "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" : 40,
+ "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" : 90,
+ "variant" : "laser_rifle_cheap",
+ "files" : [
+ "Mods/BringNights/laser_rifle_cheap_reload.ogg"
+ ]
+ }
+]