diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-05 12:35:03 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-05 12:35:03 -0800 |
commit | ba9be52c1abdb9ea3910bda708263b9d774f1636 (patch) | |
tree | f200634efe322cc8182a1b6ea7ec5e24419d7826 | |
parent | Sync all the mods (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-ba9be52c1abdb9ea3910bda708263b9d774f1636.tar.xz |
Some sound levels and new fire sounds.
-rw-r--r-- | effects.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/effects.json b/effects.json index 50adea5..4840f14 100644 --- a/effects.json +++ b/effects.json @@ -84,7 +84,7 @@ "type": "sound_effect", "id" : "environment", "variant" : "alarm", - "volume" : 100, + "volume" : 40, "files" : [ "env/other/security_alarm.ogg" ] @@ -197,7 +197,7 @@ "type": "sound_effect", "id" : "tool", "variant" : "geiger_low", - "volume" : 90, + "volume" : 70, "files" : [ "effects/tools/geiger_low.ogg" ] @@ -206,7 +206,7 @@ "type": "sound_effect", "id" : "tool", "variant" : "geiger_medium", - "volume" : 90, + "volume" : 80, "files" : [ "effects/tools/geiger_medium.ogg" ] @@ -505,9 +505,9 @@ "type": "sound_effect", "id" : "environment", "variant" : "alarm", - "volume" : 90, + "volume" : 40, "files" : [ - "env/other/alarm.ogg" + "env/other/security_alarm.ogg" ] }, { @@ -534,7 +534,9 @@ "variant" : "ignition", "volume" : 90, "files" : [ - "effects/misc/fire_ignition.ogg" + "effects/misc/fire_ignition_1.ogg", + "effects/misc/fire_ignition_2.ogg", + "effects/misc/fire_ignition_3.ogg" ] }, { |