diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 21:01:45 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 21:01:45 -0800 |
commit | 1d4e1a07209a2e754a9fcd908bdc265c5c4fb30d (patch) | |
tree | d8be25e4fdf9c911f53f4d0da28897f7e15ed15a /Mods/BrightNights/Bright Nights.json | |
parent | Delete the old mods. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-1d4e1a07209a2e754a9fcd908bdc265c5c4fb30d.tar.xz |
Remove obsolete BrightNights mod sound config.
Diffstat (limited to 'Mods/BrightNights/Bright Nights.json')
-rw-r--r-- | Mods/BrightNights/Bright Nights.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Mods/BrightNights/Bright Nights.json b/Mods/BrightNights/Bright Nights.json deleted file mode 100644 index 19a4ae0..0000000 --- a/Mods/BrightNights/Bright Nights.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "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" - ] - } -] |