From 96e239c4a18d07f54a462023e0fcdf44db35f89d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 20 May 2021 20:46:48 -0700 Subject: Reduce CAWS burst fire to 2 rounds --- json/items/gun/000shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index 29c906c..025c86d 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -31,7 +31,7 @@ [ "sights mount", 1 ], [ "underbarrel mount", 1 ] ], - "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ], + "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 2 ] ], "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ] } ] -- cgit v1.2.1