diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-31 07:09:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-07-31 07:09:02 -0700 |
commit | ba9d5d03d77e27068d06cad7467c8ecce62a8f72 (patch) | |
tree | 16b77696c1601f8b7424669e121a668b4dd7bfd8 | |
parent | Fix missing magazine-based shotgun reload sounds. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-ba9d5d03d77e27068d06cad7467c8ecce62a8f72.tar.xz |
Add references for new salvaged mech suit weapons.
-rw-r--r-- | guns/ups.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/guns/ups.json b/guns/ups.json index f53dd6e..5cee723 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -49,6 +49,32 @@ "type": "sound_effect", "id": "fire_gun", "volume": 100, + "variant": "gatling_mech_laser_rebuilt", + "files": [ + "guns/eweapons/gatling_mech_laser_1.ogg", + "guns/eweapons/gatling_mech_laser_2.ogg", + "guns/eweapons/gatling_mech_laser_3.ogg", + "guns/eweapons/gatling_mech_laser_4.ogg", + "guns/eweapons/gatling_mech_laser_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "gatling_mech_laser_rebuilt", + "files": [ + "guns/eweapons/gatling_mech_laser_1.ogg", + "guns/eweapons/gatling_mech_laser_2.ogg", + "guns/eweapons/gatling_mech_laser_3.ogg", + "guns/eweapons/gatling_mech_laser_4.ogg", + "guns/eweapons/gatling_mech_laser_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, "variant": "recon_mech_laser", "files": [ "guns/eweapons/recon_mech_laser_1.ogg.ogg", @@ -67,6 +93,28 @@ "guns/eweapons/recon_mech_laser_3.ogg.ogg" ] }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "recon_mech_laser_rebuilt", + "files": [ + "guns/eweapons/recon_mech_laser_1.ogg.ogg", + "guns/eweapons/recon_mech_laser_2.ogg.ogg", + "guns/eweapons/recon_mech_laser_3.ogg.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "recon_mech_laser_rebuilt", + "files": [ + "guns/eweapons/recon_mech_laser_1.ogg.ogg", + "guns/eweapons/recon_mech_laser_2.ogg.ogg", + "guns/eweapons/recon_mech_laser_3.ogg.ogg" + ] + }, { "type": "sound_effect", "id" : "fire_gun", |