diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 23:30:16 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-26 23:30:16 -0700 |
commit | 339f4f84b4222aa90fbf05e9bdf63ab57ef8eaf4 (patch) | |
tree | 97f27d65f86b9b2c59d8e4c756b66ece657f5cf6 /guns | |
parent | Fix crossbow mod names (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-339f4f84b4222aa90fbf05e9bdf63ab57ef8eaf4.tar.xz |
More bows
Diffstat (limited to 'guns')
-rw-r--r-- | guns/archery.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/guns/archery.json b/guns/archery.json index 6789806..38eeb1c 100644 --- a/guns/archery.json +++ b/guns/archery.json @@ -211,6 +211,32 @@ "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", + "volume" : 100, "variant" : "longbow", "files" : [ "guns/archery/archery_1.ogg", @@ -233,6 +259,58 @@ "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", "id" : "fire_gun", |