From 699d278abe5e34e02377e03a6b6deef23f795bef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Sep 2021 10:47:38 -0700 Subject: Nerf the rediculous fire rates on the blood smgs. More nerfs to vamp guns to come... --- vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json index 6d4215f..05d2a8c 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json @@ -33,7 +33,7 @@ "symbol": "(", "color": "red", "name": { "str": "blood striker" }, - "description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a 3-shot burst mode for barraging shots with its improved accuracy.", + "description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a two-shot burst mode for barraging shots with its improved accuracy.", "price": "0 cent", "price_postapoc": "13185 USD", "material": [ "steel", "compactblood" ], @@ -48,7 +48,7 @@ "sight_dispersion": 190, "recoil": 40, "durability": 7, - "burst": 3, + "burst": 2, "clip_size": 16, "reload": 80, "loudness": 155, @@ -157,7 +157,7 @@ "volume": "2500 ml", "bashing": 4, "to_hit": 0, - "modes": [ [ "DEFAULT", "semi-auto", 3 ], [ "BURST", "5 rd.", 9 ], [ "AUTO", "auto", 60 ] ], + "modes": [ [ "DEFAULT", "semi-auto", 3 ], [ "BURST", "5 rd.", 9 ], [ "AUTO", "auto", 15 ] ], "dispersion": 180, "sight_dispersion": 100, "aim_speed": 2, @@ -194,7 +194,7 @@ "volume": "1500 ml", "bashing": 4, "to_hit": 0, - "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "auto", 20 ] ], + "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "5 rd.", 3 ], [ "AUTO", "auto", 5 ] ], "dispersion": 185, "sight_dispersion": 95, "aim_speed": 3, -- cgit v1.2.1