diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-23 23:12:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-23 23:12:59 -0700 |
commit | 8e7ad50411bca9a8c4c90066333d76f0be1ed570 (patch) | |
tree | 3f655521a4356babb3d1258a76b4de7325c24b01 | |
parent | Set Saiga-12/410 to ak47 reload sounds (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-8e7ad50411bca9a8c4c90066333d76f0be1ed570.tar.xz |
Add A7-M 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 ffade17..f292f95 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -99,6 +99,28 @@ "type": "sound_effect", "id" : "fire_gun", "volume" : 100, + "variant" : "laser_rifle_a7m", + "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_a7m", + "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" : 100, "variant" : "v29", "files" : [ "guns/eweapons/v29_1.ogg", |