aboutsummaryrefslogtreecommitdiff
path: root/guns/energy.json
diff options
context:
space:
mode:
Diffstat (limited to 'guns/energy.json')
-rw-r--r--guns/energy.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/guns/energy.json b/guns/energy.json
new file mode 100644
index 0000000..18bc2f7
--- /dev/null
+++ b/guns/energy.json
@@ -0,0 +1,56 @@
+[
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 90,
+ "variant" : "plasma_gun",
+ "files" : [
+ "guns/eweapons/plasma_rifle.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 90,
+ "variant" : "plasma_gun",
+ "files" : [
+ "guns/eweapons/plasma_rifle.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "plasma_gun",
+ "files" : [
+ "guns/reload/eweapons/plasma_rifle.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun",
+ "volume" : 90,
+ "variant" : "plasma_rifle",
+ "files" : [
+ "guns/eweapons/plasma_rifle.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "fire_gun_distant",
+ "volume" : 90,
+ "variant" : "plasma_rifle",
+ "files" : [
+ "guns/eweapons/plasma_rifle.ogg"
+ ]
+ },
+ {
+ "type": "sound_effect",
+ "id" : "reload",
+ "volume" : 90,
+ "variant" : "plasma_rifle",
+ "files" : [
+ "guns/reload/eweapons/plasma_rifle.ogg"
+ ]
+ },
+]