From 402bf232db780a94e095853deb0ca86c808f2275 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Jan 2022 12:58:19 -0800 Subject: More gun sound syncing. --- guns/bio.json | 162 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'guns/bio.json') diff --git a/guns/bio.json b/guns/bio.json index e736a08..c6b65a3 100644 --- a/guns/bio.json +++ b/guns/bio.json @@ -1,43 +1,43 @@ [ - { - "type": "sound_effect", - "id": "fire_gun", - "volume": 100, - "variant": "bio_shotgun_gun", - "files": [ - "guns/00shot/00shot1.ogg", - "guns/00shot/00shot2.ogg", - "guns/00shot/00shot3.ogg", - "guns/00shot/00shot4.ogg", - "guns/00shot/00shot5.ogg" - ] - }, - { - "type": "sound_effect", - "id": "fire_gun_distant", - "volume": 40, - "variant": "bio_shotgun_gun", - "files": [ - "guns/00shot/00shot1.ogg", - "guns/00shot/00shot2.ogg", - "guns/00shot/00shot3.ogg", - "guns/00shot/00shot4.ogg", - "guns/00shot/00shot5.ogg" - ] - }, - { - "type": "sound_effect", - "id": "fire_gun", - "volume": 100, - "variant": "bio_shotgun_gun", - "files": [ - "guns/reload/shotgun/pumpreload1.ogg", - "guns/reload/shotgun/pumpreload2.ogg", - "guns/reload/shotgun/pumpreload3.ogg", - "guns/reload/shotgun/pumpreload4.ogg", - "guns/reload/shotgun/pumpreload5.ogg" - ] - }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 75, + "variant" : "bio_shotgun_gun", + "files" : [ + "guns/00shot/00shot1.ogg", + "guns/00shot/00shot2.ogg", + "guns/00shot/00shot3.ogg", + "guns/00shot/00shot4.ogg", + "guns/00shot/00shot5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 60, + "variant" : "bio_shotgun_gun", + "files" : [ + "guns/00shot/00shot1.ogg", + "guns/00shot/00shot2.ogg", + "guns/00shot/00shot3.ogg", + "guns/00shot/00shot4.ogg", + "guns/00shot/00shot5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "reload", + "volume" : 75, + "variant" : "bio_shotgun_gun", + "files" : [ + "guns/reload/shotgun/pumpreload1.ogg", + "guns/reload/shotgun/pumpreload2.ogg", + "guns/reload/shotgun/pumpreload3.ogg", + "guns/reload/shotgun/pumpreload4.ogg", + "guns/reload/shotgun/pumpreload5.ogg" + ] + }, { "type": "sound_effect", "id": "fire_gun", @@ -58,48 +58,48 @@ "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", + "volume" : 75, + "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" : 75, + "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", -- cgit v1.2.1