From 9b5f0d73e7652b0f5558125be6044efaa7832df8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 16:20:17 -0700 Subject: Clean up formatting --- guns/pneumatic.json | 234 ++++++++++++++++++++++++++-------------------------- 1 file changed, 117 insertions(+), 117 deletions(-) (limited to 'guns/pneumatic.json') diff --git a/guns/pneumatic.json b/guns/pneumatic.json index c45d686..a819120 100644 --- a/guns/pneumatic.json +++ b/guns/pneumatic.json @@ -1,120 +1,120 @@ [ - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 100, - "variant" : "bbgun", - "files" : [ - "guns/others/bbgun_1.ogg", - "guns/others/bbgun_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "bbgun", - "files" : [ - "guns/others/bbgun_1.ogg", - "guns/others/bbgun_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 90, - "variant" : "bbgun", - "files" : [ - "guns/reload/others/bbgun.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 100, - "variant" : "tihar", - "files" : [ - "guns/others/tihar_1.ogg", - "guns/others/tihar_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "tihar", - "files" : [ - "guns/others/tihar_1.ogg", - "guns/others/tihar_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 90, - "variant" : "tihar", - "files" : [ - "guns/crossbows/hellsing_reload.ogg" - ] - }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "bbgun", + "files": [ + "guns/others/bbgun_1.ogg", + "guns/others/bbgun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "bbgun", + "files": [ + "guns/others/bbgun_1.ogg", + "guns/others/bbgun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "reload", + "volume": 90, + "variant": "bbgun", + "files": [ + "guns/reload/others/bbgun.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "tihar", + "files": [ + "guns/others/tihar_1.ogg", + "guns/others/tihar_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "tihar", + "files": [ + "guns/others/tihar_1.ogg", + "guns/others/tihar_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "reload", + "volume": 90, + "variant": "tihar", + "files": [ + "guns/crossbows/hellsing_reload.ogg" + ] + }, { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 100, - "variant" : "helsing", - "files" : [ - "guns/crossbows/hellsing_1.ogg", - "guns/crossbows/hellsing_2.ogg", - "guns/crossbows/hellsing_3.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "helsing", - "files" : [ - "guns/crossbows/hellsing_1.ogg", - "guns/crossbows/hellsing_2.ogg", - "guns/crossbows/hellsing_3.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 90, - "variant" : "helsing", - "files" : [ - "guns/crossbows/hellsing_reload.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 100, - "variant" : "pneumatic_shotgun", - "files" : [ - "guns/others/bbgun_1.ogg", - "guns/others/bbgun_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "pneumatic_shotgun", - "files" : [ - "guns/others/bbgun_1.ogg", - "guns/others/bbgun_2.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 90, - "variant" : "pneumatic_shotgun", - "files" : [ - "guns/reload/others/bbgun.ogg" - ] - } + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "helsing", + "files": [ + "guns/crossbows/hellsing_1.ogg", + "guns/crossbows/hellsing_2.ogg", + "guns/crossbows/hellsing_3.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "helsing", + "files": [ + "guns/crossbows/hellsing_1.ogg", + "guns/crossbows/hellsing_2.ogg", + "guns/crossbows/hellsing_3.ogg" + ] + }, + { + "type": "sound_effect", + "id": "reload", + "volume": 90, + "variant": "helsing", + "files": [ + "guns/crossbows/hellsing_reload.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun", + "volume": 100, + "variant": "pneumatic_shotgun", + "files": [ + "guns/others/bbgun_1.ogg", + "guns/others/bbgun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "pneumatic_shotgun", + "files": [ + "guns/others/bbgun_1.ogg", + "guns/others/bbgun_2.ogg" + ] + }, + { + "type": "sound_effect", + "id": "reload", + "volume": 90, + "variant": "pneumatic_shotgun", + "files": [ + "guns/reload/others/bbgun.ogg" + ] + } ] -- cgit v1.2.1