diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-24 12:05:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-24 12:05:50 -0700 |
commit | fee41d213a7d99f80279b8953e729bebaf1a2ad6 (patch) | |
tree | 0fde28d0359dd50970632c6fd9cba940836174b4 | |
parent | Add A7-M rifle (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-fee41d213a7d99f80279b8953e729bebaf1a2ad6.tar.xz |
Add a7-m blaster
-rw-r--r-- | guns/ups.json | 62 |
1 files changed, 41 insertions, 21 deletions
diff --git a/guns/ups.json b/guns/ups.json index f292f95..a490550 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -6,17 +6,17 @@ "variant" : "emp_gun", "files" : [ "guns/eweapons/emp_gun_1.ogg", - "guns/eweapons/emp_gun_2.ogg" + "guns/eweapons/emp_gun_2.ogg" ] }, - { + { "type": "sound_effect", "id" : "fire_gun_distant", "volume" : 40, "variant" : "emp_gun", "files" : [ "guns/eweapons/emp_gun_1.ogg", - "guns/eweapons/emp_gun_2.ogg" + "guns/eweapons/emp_gun_2.ogg" ] }, { @@ -28,7 +28,7 @@ "guns/eweapons/laser_cannon.ogg" ] }, - { + { "type": "sound_effect", "id" : "fire_gun_distant", "volume" : 40, @@ -46,7 +46,7 @@ "guns/eweapons/laser_cannon.ogg" ] }, - { + { "type": "sound_effect", "id" : "fire_gun_distant", "volume" : 40, @@ -64,7 +64,7 @@ "guns/eweapons/laser_cannon.ogg" ] }, - { + { "type": "sound_effect", "id" : "fire_gun_distant", "volume" : 40, @@ -80,19 +80,19 @@ "variant" : "laser_rifle", "files" : [ "guns/eweapons/laser_rifle_1.ogg", - "guns/eweapons/laser_rifle_2.ogg", - "guns/eweapons/laser_rifle_3.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", "files" : [ "guns/eweapons/laser_rifle_1.ogg", - "guns/eweapons/laser_rifle_2.ogg", - "guns/eweapons/laser_rifle_3.ogg" + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" ] }, { @@ -102,19 +102,39 @@ "variant" : "laser_rifle_a7m", "files" : [ "guns/eweapons/laser_rifle_1.ogg", - "guns/eweapons/laser_rifle_2.ogg", - "guns/eweapons/laser_rifle_3.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" + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "laser_rifle_a7m_shotgun", + "files" : [ + "guns/eweapons/bio_blaster_gun_1.ogg", + "guns/eweapons/bio_blaster_gun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "laser_rifle_a7m_shotgun", + "files" : [ + "guns/eweapons/bio_blaster_gun_1.ogg", + "guns/eweapons/bio_blaster_gun_2.ogg" ] }, { @@ -124,19 +144,19 @@ "variant" : "v29", "files" : [ "guns/eweapons/v29_1.ogg", - "guns/eweapons/v29_2.ogg", - "guns/eweapons/v29_3.ogg" + "guns/eweapons/v29_2.ogg", + "guns/eweapons/v29_3.ogg" ] }, - { + { "type": "sound_effect", "id" : "fire_gun_distant", "volume" : 40, "variant" : "v29", "files" : [ "guns/eweapons/v29_1.ogg", - "guns/eweapons/v29_2.ogg", - "guns/eweapons/v29_3.ogg" + "guns/eweapons/v29_2.ogg", + "guns/eweapons/v29_3.ogg" ] } ] |