From 339f4f84b4222aa90fbf05e9bdf63ab57ef8eaf4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 May 2020 23:30:16 -0700 Subject: More bows --- guns/archery.json | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/guns/archery.json b/guns/archery.json index 6789806..38eeb1c 100644 --- a/guns/archery.json +++ b/guns/archery.json @@ -207,6 +207,32 @@ "guns/archery/archery_5.ogg" ] }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "hybridbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "hybridbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, { "type": "sound_effect", "id" : "fire_gun", @@ -232,6 +258,58 @@ "guns/archery/archery_4.ogg", "guns/archery/archery_5.ogg" ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "woodgreatbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "woodgreatbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 100, + "variant" : "compgreatbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "compgreatbow", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] }, { "type": "sound_effect", -- cgit v1.2.1