aboutsummaryrefslogtreecommitdiff
path: root/guns/pneumatic.json
diff options
context:
space:
mode:
Diffstat (limited to 'guns/pneumatic.json')
-rw-r--r--guns/pneumatic.json120
1 files changed, 120 insertions, 0 deletions
diff --git a/guns/pneumatic.json b/guns/pneumatic.json
new file mode 100644
index 0000000..c45d686
--- /dev/null
+++ b/guns/pneumatic.json
@@ -0,0 +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" : "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"
+ ]
+ }
+]