From 3a9861f668ac4cf54db5b63a93537349825afdad Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Mon, 3 Feb 2020 07:48:37 -0500 Subject: [PATCH 1/3] Audit Sig Sauer P226 --- data/json/items/gun/357sig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/gun/357sig.json b/data/json/items/gun/357sig.json index aadeff285e860..57090b92918ec 100644 --- a/data/json/items/gun/357sig.json +++ b/data/json/items/gun/357sig.json @@ -6,8 +6,8 @@ "type": "GUN", "name": "SIG P226", "description": "A SIG Sauer P226 chambered for .357 SIG. The P226 is a DA/SA, short-recoil operated semi-automatic pistol.", - "weight": "960 g", - "volume": "500 ml", + "weight": "964 g", + "volume": "549 ml", "price": 50000, "to_hit": -1, "bashing": 8, From 277c299b38ead878cc8b08bb9fe51ac344f0bb58 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Mon, 3 Feb 2020 07:59:30 -0500 Subject: [PATCH 2/3] Audit Glock 31 volume --- data/json/items/gun/357sig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/gun/357sig.json b/data/json/items/gun/357sig.json index 57090b92918ec..d7858570ac49a 100644 --- a/data/json/items/gun/357sig.json +++ b/data/json/items/gun/357sig.json @@ -27,6 +27,7 @@ "name": { "str": "Glock 31" }, "description": "A full size .357 SIG Glock pistol. It is extremely similar to the Glock 22, and could be converted to fire .40 S&W by switching the barrel.", "weight": "660 g", + "volume": "443 ml", "ammo": [ "357sig" ], "magazines": [ [ "357sig", [ "glock40mag", "glock40bigmag" ] ] ] }, From 541b8c5d381852321aaf028a2abc118dd6df2ef8 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Mon, 3 Feb 2020 08:10:02 -0500 Subject: [PATCH 3/3] Audit Sig Sauer P320 in .357 SIG --- data/json/items/gun/357sig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/gun/357sig.json b/data/json/items/gun/357sig.json index d7858570ac49a..92544f05f5562 100644 --- a/data/json/items/gun/357sig.json +++ b/data/json/items/gun/357sig.json @@ -38,8 +38,8 @@ "type": "GUN", "name": "SIG P320", "description": "The P320 is a semi automatic, short recoil operated pistol. This one is chambered for .357 SIG.", - "weight": "751 g", - "volume": "500 ml", + "weight": "731 g", + "volume": "462 ml", "price": 69000, "to_hit": -2, "bashing": 8,