diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
commit | 00f08684e80ba2abe80401fc7c42944313b98c5a (patch) | |
tree | 7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /guns/blunderbuss.json | |
parent | Fix typo in f_grave_monument smash_fail path. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz |
Clean up formatting on many json files.
Also move unused mods to a subfolder.
Diffstat (limited to 'guns/blunderbuss.json')
-rw-r--r-- | guns/blunderbuss.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/guns/blunderbuss.json b/guns/blunderbuss.json index 6cebe55..04e2a0c 100644 --- a/guns/blunderbuss.json +++ b/guns/blunderbuss.json @@ -1,41 +1,41 @@ [ { - "type": "sound_effect", - "id" : "fire_gun", - "volume" : 75, - "variant" : "blunderbuss", - "files" : [ - "guns/flintlock/flintlock_1.ogg", - "guns/flintlock/flintlock_2.ogg", - "guns/flintlock/flintlock_3.ogg", - "guns/flintlock/flintlock_4.ogg", - "guns/flintlock/flintlock_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "fire_gun_distant", - "volume" : 40, - "variant" : "blunderbuss", - "files" : [ - "guns/flintlock/flintlock_1.ogg", - "guns/flintlock/flintlock_2.ogg", - "guns/flintlock/flintlock_3.ogg", - "guns/flintlock/flintlock_4.ogg", - "guns/flintlock/flintlock_5.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "reload", - "volume" : 75, - "variant" : "blunderbuss", - "files" : [ - "guns/reload/rifle_s/rifle_1.ogg", - "guns/reload/rifle_s/rifle_2.ogg", - "guns/reload/rifle_s/rifle_3.ogg", - "guns/reload/rifle_s/rifle_4.ogg", - "guns/reload/rifle_s/rifle_5.ogg" - ] - } + "type": "sound_effect", + "id": "fire_gun", + "volume": 75, + "variant": "blunderbuss", + "files": [ + "guns/flintlock/flintlock_1.ogg", + "guns/flintlock/flintlock_2.ogg", + "guns/flintlock/flintlock_3.ogg", + "guns/flintlock/flintlock_4.ogg", + "guns/flintlock/flintlock_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "fire_gun_distant", + "volume": 40, + "variant": "blunderbuss", + "files": [ + "guns/flintlock/flintlock_1.ogg", + "guns/flintlock/flintlock_2.ogg", + "guns/flintlock/flintlock_3.ogg", + "guns/flintlock/flintlock_4.ogg", + "guns/flintlock/flintlock_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "reload", + "volume": 75, + "variant": "blunderbuss", + "files": [ + "guns/reload/rifle_s/rifle_1.ogg", + "guns/reload/rifle_s/rifle_2.ogg", + "guns/reload/rifle_s/rifle_3.ogg", + "guns/reload/rifle_s/rifle_4.ogg", + "guns/reload/rifle_s/rifle_5.ogg" + ] + } ] |