From 9983f2b9e63adf0d4d8681ab3822ada5c24a1de0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Jan 2022 12:34:25 -0800 Subject: Sync all the mods --- Mods/BrightNights/Bright Nights.json | 33 +++++++++++++++++++++ Mods/BrightNights/laser_rifle_cheap_reload.ogg | Bin 0 -> 28386 bytes Mods/BrightNights/terrain_effects.json | 38 +++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 Mods/BrightNights/Bright Nights.json create mode 100644 Mods/BrightNights/laser_rifle_cheap_reload.ogg create mode 100644 Mods/BrightNights/terrain_effects.json (limited to 'Mods/BrightNights') 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" + ] + } +] diff --git a/Mods/BrightNights/laser_rifle_cheap_reload.ogg b/Mods/BrightNights/laser_rifle_cheap_reload.ogg new file mode 100644 index 0000000..f4fb707 Binary files /dev/null and b/Mods/BrightNights/laser_rifle_cheap_reload.ogg differ diff --git a/Mods/BrightNights/terrain_effects.json b/Mods/BrightNights/terrain_effects.json new file mode 100644 index 0000000..bada1fd --- /dev/null +++ b/Mods/BrightNights/terrain_effects.json @@ -0,0 +1,38 @@ +[ + { + "type": "sound_effect", + "id" : "smash_fail", + "variant" : "t_nuclear_reactor", + "volume" : 50, + "files" : [ + "terrain/metal/hit_metal_1.ogg", + "terrain/metal/hit_metal_2.ogg", + "terrain/metal/hit_metal_3.ogg", + "terrain/metal/hit_metal_4.ogg", + "terrain/metal/hit_metal_5.ogg", + "terrain/metal/hit_metal_6.ogg", + "terrain/metal/hit_metal_7.ogg", + "terrain/metal/hit_metal_8.ogg", + "terrain/metal/hit_metal_9.ogg", + "terrain/metal/hit_metal_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "smash_success", + "variant" : "t_nuclear_reactor", + "volume" : 50, + "files" : [ + "terrain/metal/smash_metal_1.ogg", + "terrain/metal/smash_metal_2.ogg", + "terrain/metal/smash_metal_3.ogg", + "terrain/metal/smash_metal_4.ogg", + "terrain/metal/smash_metal_5.ogg", + "terrain/metal/smash_metal_6.ogg", + "terrain/metal/smash_metal_7.ogg", + "terrain/metal/smash_metal_8.ogg", + "terrain/metal/smash_metal_9.ogg", + "terrain/metal/smash_metal_10.ogg" + ] + } +] -- cgit v1.2.1