diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 17:55:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 17:55:52 -0700 |
commit | 70924bdb8b5430a878a8b7d98d1575b1a1d129fa (patch) | |
tree | a8519fe6ae4c33b733c359e9e87dfcca09671ebc /guns | |
parent | Add 300BLK weapons (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-70924bdb8b5430a878a8b7d98d1575b1a1d129fa.tar.xz |
Add ar15 300blk
Fix 300BLK.json
Diffstat (limited to 'guns')
-rw-r--r-- | guns/300BLK.json | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/guns/300BLK.json b/guns/300BLK.json index bb67abb..490f93a 100644 --- a/guns/300BLK.json +++ b/guns/300BLK.json @@ -48,7 +48,6 @@ "guns/reload/rifle/rifle_5.ogg" ] }, -[ { "type": "sound_effect", "id" : "fire_gun", @@ -97,5 +96,54 @@ "guns/reload/rifle/rifle_4.ogg", "guns/reload/rifle/rifle_5.ogg" ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "ar15_retool_300blk", + "files" : [ + "guns/223/223_1.ogg", + "guns/223/223_2.ogg", + "guns/223/223_3.ogg", + "guns/223/223_4.ogg", + "guns/223/223_5.ogg", + "guns/223/223_6.ogg", + "guns/223/223_7.ogg", + "guns/223/223_8.ogg", + "guns/223/223_9.ogg", + "guns/223/223_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 60, + "variant" : "ar15_retool_300blk", + "files" : [ + "guns/223/223_1.ogg", + "guns/223/223_2.ogg", + "guns/223/223_3.ogg", + "guns/223/223_4.ogg", + "guns/223/223_5.ogg", + "guns/223/223_6.ogg", + "guns/223/223_7.ogg", + "guns/223/223_8.ogg", + "guns/223/223_9.ogg", + "guns/223/223_10.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 90, + "variant" : "ar15_retool_300blk", + "files" : [ + "guns/reload/rifle/rifle_1.ogg", + "guns/reload/rifle/rifle_2.ogg", + "guns/reload/rifle/rifle_3.ogg", + "guns/reload/rifle/rifle_4.ogg", + "guns/reload/rifle/rifle_5.ogg" + ] } ] |