From 955a6e080d3c722bae4f7f8ed499c26c017ba2d5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 12 Jan 2022 20:03:40 -0800 Subject: G11 and CAWS are bullpup, so remove the stock gunmod slots. Reduce G11 size by 250ml and give CAWS a half magazine well to compensate. --- json/items/gun/000shot.json | 4 ++-- 1 file changed, 2 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 8446bdb..cb0a6bd 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 was designed to fill the need for a high accuracy, short-range weapon with low recoil.", + "description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.", "weight": "3700 g", "volume": "2000 ml", "looks_like": "hk_g36", @@ -23,7 +23,6 @@ [ "mechanism", 4 ], [ "barrel", 1 ], [ "sling", 1 ], - [ "stock", 1 ], [ "muzzle", 1 ], [ "grip", 1 ], [ "brass catcher", 1 ], @@ -31,6 +30,7 @@ [ "sights mount", 1 ], [ "underbarrel mount", 1 ] ], + "magazine_well": "250 ml", "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ], "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ] } -- cgit v1.2.1