From 619e0b6a89c610492017a4c8525578a3cded5e49 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 19:39:51 -0800 Subject: Add CAWS description Update UCP and G11 descriptions to explain why the game has them available. --- json/items/gun/000shot.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'json/items/gun/000shot.json') diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index 5f94707..baf71ae 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -4,7 +4,7 @@ "copy-from": "shotgun_base", "type": "GUN", "name": { "str": "H&K CAWS" }, - "description": "The Heckler & Koch CAWS .", + "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil. While production was originally cancelled, the design was revived years later and put into production for military use.", "weight": "3700 g", "volume": "2750 ml", "looks_like": "USAS_12", @@ -21,6 +21,7 @@ [ "mechanism", 4 ], [ "barrel", 1 ], [ "sling", 1 ], + [ "stock", 1 ], [ "muzzle", 1 ], [ "grip", 1 ], [ "brass catcher", 1 ], @@ -29,6 +30,6 @@ [ "underbarrel mount", 1 ] ], "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ], - "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ] + "magazines": [ [ "000shot", [ "hk_caws_mag", "hk_caws_belt" ] ] ] } ] -- cgit v1.2.1