aboutsummaryrefslogtreecommitdiff
path: root/guns/pneumatic_obsolete.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-09 11:16:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-09 11:16:24 -0700
commitb516513f9328cac1552c09895cf40afd0bce5f1f (patch)
tree32b351dee2c427c0433924a4ae20b117be68d40c /guns/pneumatic_obsolete.json
parentFix stray comma after adding m26 (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-b516513f9328cac1552c09895cf40afd0bce5f1f.tar.xz
Update to bright nights
Diffstat (limited to 'guns/pneumatic_obsolete.json')
-rw-r--r--guns/pneumatic_obsolete.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/guns/pneumatic_obsolete.json b/guns/pneumatic_obsolete.json
new file mode 100644
index 0000000..636d56b
--- /dev/null
+++ b/guns/pneumatic_obsolete.json
@@ -0,0 +1,91 @@
+[
+ {
+ "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"
+ ]
+ }
+]