diff options
-rw-r--r-- | guns/ups.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/guns/ups.json b/guns/ups.json index 3e2b973..f1bb73c 100644 --- a/guns/ups.json +++ b/guns/ups.json @@ -173,6 +173,28 @@ "type": "sound_effect", "id" : "fire_gun", "volume" : 75, + "variant" : "laser_rifle_cheap", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 40, + "variant" : "laser_rifle_cheap", + "files" : [ + "guns/eweapons/laser_rifle_1.ogg", + "guns/eweapons/laser_rifle_2.ogg", + "guns/eweapons/laser_rifle_3.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 75, "variant" : "v29", "files" : [ "guns/eweapons/v29_1.ogg", |