aboutsummaryrefslogtreecommitdiff
path: root/Mods/Whaleys Weird World/alien_weapons.json
diff options
context:
space:
mode:
Diffstat (limited to 'Mods/Whaleys Weird World/alien_weapons.json')
-rw-r--r--Mods/Whaleys Weird World/alien_weapons.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/Mods/Whaleys Weird World/alien_weapons.json b/Mods/Whaleys Weird World/alien_weapons.json
new file mode 100644
index 0000000..e592f9f
--- /dev/null
+++ b/Mods/Whaleys Weird World/alien_weapons.json
@@ -0,0 +1,33 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 100,
+ "variant" : "grey_handgun",
+ "files" : [
+ "Mods/Whaleys Weird World/grey_handgun_1.ogg",
+ "Mods/Whaleys Weird World/grey_handgun_2.ogg",
+ "Mods/Whaleys Weird World/grey_handgun_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 40,
+ "variant" : "grey_handgun",
+ "files" : [
+ "Mods/Whaleys Weird World/grey_handgun_1.ogg",
+ "Mods/Whaleys Weird World/grey_handgun_2.ogg",
+ "Mods/Whaleys Weird World/grey_handgun_3.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "grey_handgun",
+ "files" : [
+ "Mods/Whaleys Weird World/grey_handgun_reload.ogg"
+ ]
+ }
+] \ No newline at end of file