aboutsummaryrefslogtreecommitdiff
path: root/guns/12mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'guns/12mm.json')
-rw-r--r--guns/12mm.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/guns/12mm.json b/guns/12mm.json
new file mode 100644
index 0000000..eaa2f93
--- /dev/null
+++ b/guns/12mm.json
@@ -0,0 +1,29 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "hk_g80",
+ "files" : [
+ "guns/12mm/12mm.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 60,
+ "variant" : "hk_g80",
+ "files" : [
+ "guns/12mm/12mm.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "hk_g80",
+ "files" : [
+ "guns/reload/eweapons/12mm.ogg"
+ ]
+ }
+]