diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-30 15:30:12 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-30 15:30:12 -0800 |
commit | 711cf7a3a2c04a341a72c7e3ec082fde8d58fb2b (patch) | |
tree | 47e3422f7730adb5d820720800c2610ab494325a | |
parent | Add note about spell sound volume and sound stacking. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-711cf7a3a2c04a341a72c7e3ec082fde8d58fb2b.tar.xz |
Add sounds for shoddy laser rifle.
-rw-r--r-- | guns/ups.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/guns/ups.json b/guns/ups.json index 3e2b973..f1bb73c 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -173,6 +173,28 @@ "type": "sound_effect", "id" : "fire_gun", "volume" : 75, + "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" : "fire_gun", + "volume" : 75, "variant" : "v29", "files" : [ "guns/eweapons/v29_1.ogg", |