diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-20 20:46:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-20 20:46:48 -0700 |
commit | 96e239c4a18d07f54a462023e0fcdf44db35f89d (patch) | |
tree | 332de51fd565e67689941b08e646f161e5bd9891 /json | |
parent | Reduce the size of the CAWS since it is smaller than the Saiga-12 (diff) | |
download | cataclysm-bn-mod_hk-loadout-96e239c4a18d07f54a462023e0fcdf44db35f89d.tar.xz |
Reduce CAWS burst fire to 2 rounds
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/000shot.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] ] ] } ] |