From 955a6e080d3c722bae4f7f8ed499c26c017ba2d5 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
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 ++--
 json/items/gun/473.json     | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

(limited to 'json/items/gun')

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" ] ] ]
   }
diff --git a/json/items/gun/473.json b/json/items/gun/473.json
index 9664a21..d979899 100644
--- a/json/items/gun/473.json
+++ b/json/items/gun/473.json
@@ -4,9 +4,9 @@
     "type": "GUN",
     "reload_noise_volume": 10,
     "name": { "str": "H&K G11K2 Assault Rifle" },
-    "description": "The Heckler & Koch G11 was designed to replace the G3 rifle and is notable for utilizing the caseless 4.73x33m round.",
+    "description": "The Heckler & Koch G11 is a bullpup assault rifle that was designed to replace the G3 rifle. It utilizes the caseless 4.73x33mm round from an internal magazine bay and has a very high rate of burst fire.",
     "weight": "3650 g",
-    "volume": "1750 ml",
+    "volume": "1500 ml",
     "looks_like": "rm51_assault_rifle",
     "price": 1500000,
     "price_postapoc": 10000,
@@ -19,7 +19,7 @@
     "skill": "rifle",
     "dispersion": 120,
     "durability": 9,
-    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 3 ], [ "AUTO", "auto", 5 ] ],
+    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 3 ], [ "BURST", "burst2x", 6 ] ],
     "valid_mod_locations": [
       [ "accessories", 4 ],
       [ "grip", 1 ],
@@ -28,7 +28,6 @@
       [ "rail", 1 ],
       [ "sights", 1 ],
       [ "sling", 1 ],
-      [ "stock", 1 ],
       [ "underbarrel", 1 ]
     ],
     "magazine_well": "500 ml",
-- 
cgit v1.2.1