aboutsummaryrefslogtreecommitdiff
path: root/guns/bio.json
diff options
context:
space:
mode:
Diffstat (limited to 'guns/bio.json')
-rw-r--r--guns/bio.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/guns/bio.json b/guns/bio.json
new file mode 100644
index 0000000..945d676
--- /dev/null
+++ b/guns/bio.json
@@ -0,0 +1,88 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "bio_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" : "bio_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" : "bio_laser_gun",
+ "files" : [
+ "guns/eweapons/bio_laser_gun_1.ogg",
+ "guns/eweapons/bio_laser_gun_2.ogg",
+ "guns/eweapons/bio_laser_gun_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "bio_laser_gun",
+ "files" : [
+ "guns/eweapons/bio_laser_gun_1.ogg",
+ "guns/eweapons/bio_laser_gun_2.ogg",
+ "guns/eweapons/bio_laser_gun_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "bio_lightning",
+ "files" : [
+ "guns/eweapons/bio_lightning_1.ogg",
+ "guns/eweapons/bio_lightning_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "bio_lightning",
+ "files" : [
+ "guns/eweapons/bio_lightning_1.ogg",
+ "guns/eweapons/bio_lightning_2.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "variant" : "bio_lightning_tail",
+ "volume" : 100,
+ "files" : [
+ "effects/electrosparks/sparks_1.ogg",
+ "effects/electrosparks/sparks_2.ogg",
+ "effects/electrosparks/sparks_3.ogg",
+ "effects/electrosparks/sparks_4.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "variant" : "bio_lightning_tail",
+ "volume" : 10,
+ "files" : [
+ "effects/electrosparks/sparks_1.ogg",
+ "effects/electrosparks/sparks_2.ogg",
+ "effects/electrosparks/sparks_3.ogg",
+ "effects/electrosparks/sparks_4.ogg"
+ ]
+ }
+]