aboutsummaryrefslogtreecommitdiff
path: root/guns/ups.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 23:01:20 -0700
commitd4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 (patch)
tree2f2325f896b9c4dcb339c506b8470e8eccc69bb1 /guns/ups.json
downloadcataclysm-dda-soundpack_jcsoundpack-d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1.tar.xz
Initial commit
Diffstat (limited to 'guns/ups.json')
-rw-r--r--guns/ups.json126
1 files changed, 126 insertions, 0 deletions
diff --git a/guns/ups.json b/guns/ups.json
new file mode 100644
index 0000000..7f661f0
--- /dev/null
+++ b/guns/ups.json
@@ -0,0 +1,126 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "emp_gun",
+ "files" : [
+ "guns/eweapons/emp_gun_1.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"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "laser_cannon",
+ "files" : [
+ "guns/eweapons/laser_cannon.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "laser_cannon",
+ "files" : [
+ "guns/eweapons/laser_cannon.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "laser_rifle",
+ "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",
+ "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" : "unbio_blaster_gun",
+ "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" : "unbio_blaster_gun",
+ "files" : [
+ "guns/eweapons/bio_blaster_gun_1.ogg",
+ "guns/eweapons/bio_blaster_gun_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "v29",
+ "files" : [
+ "guns/eweapons/v29_1.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"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "v29_cheap",
+ "files" : [
+ "guns/eweapons/v29_1.ogg",
+ "guns/eweapons/v29_2.ogg",
+ "guns/eweapons/v29_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "v29_cheap",
+ "files" : [
+ "guns/eweapons/v29_1.ogg",
+ "guns/eweapons/v29_2.ogg",
+ "guns/eweapons/v29_3.ogg"
+ ]
+ }
+]