summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-20 20:46:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-20 20:46:48 -0700
commit96e239c4a18d07f54a462023e0fcdf44db35f89d (patch)
tree332de51fd565e67689941b08e646f161e5bd9891
parentReduce the size of the CAWS since it is smaller than the Saiga-12 (diff)
downloadcataclysm-bn-mod_hk-loadout-96e239c4a18d07f54a462023e0fcdf44db35f89d.tar.xz
Reduce CAWS burst fire to 2 rounds
-rw-r--r--json/items/gun/000shot.json2
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" ] ] ]
}
]