From a6100f794fa7bc82c93e3e231322146dbe5ed853 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Sat, 4 Apr 2020 12:47:25 -0400 Subject: [PATCH 1/4] Audit M37 .410 --- data/json/items/gun/410shot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/gun/410shot.json b/data/json/items/gun/410shot.json index 0d2d4cc636591..0e99f02187a0f 100644 --- a/data/json/items/gun/410shot.json +++ b/data/json/items/gun/410shot.json @@ -27,7 +27,8 @@ "type": "GUN", "name": { "str": "Winchester M37 .410" }, "description": "A single-shot break-action shotgun, chambered in .410 bore. Designed as a lower-recoil alternative to 12 gauge shotguns, it is light and easy to manufacture.", - "weight": "2721 g", + "weight": "2948 g", + "volume": "1748 ml", "blackpowder_tolerance": 80, "ammo": "410shot" } From dc9d110825924d189920f3e659d55896599ad747 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Sat, 4 Apr 2020 13:24:59 -0400 Subject: [PATCH 2/4] Audit Saiga-410 --- data/json/items/gun/410shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/410shot.json b/data/json/items/gun/410shot.json index 0e99f02187a0f..302a2b901ced2 100644 --- a/data/json/items/gun/410shot.json +++ b/data/json/items/gun/410shot.json @@ -7,7 +7,7 @@ "name": { "str": "Saiga-410" }, "description": "The Saiga-410 is a semi-automatic shotgun designed on the same Kalashnikov pattern as the AK47 rifle. It reloads with a magazine, rather than one shell at a time like most shotguns.", "weight": "3400 g", - "volume": "2750 ml", + "volume": "5762 ml", "price": 189000, "to_hit": -1, "bashing": 12, From c8aff776ff28dcf9ea7d8fe63fc8472f7c8f0183 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Sat, 4 Apr 2020 13:49:35 -0400 Subject: [PATCH 3/4] Audit Taurus Raging Bull --- data/json/items/gun/454.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/gun/454.json b/data/json/items/gun/454.json index b79cc6d6f0790..3a60b94a761d7 100644 --- a/data/json/items/gun/454.json +++ b/data/json/items/gun/454.json @@ -6,8 +6,8 @@ "type": "GUN", "name": { "str": "Taurus Raging Bull", "str_pl": "Taurus Raging Bull" }, "description": "The Taurus Raging Bull is a 5-shot revolver chambered in .454 Casull. It has impressive stopping power.", - "weight": "1790 g", - "volume": "750 ml", + "weight": "1502 g", + "volume": "565 ml", "price": 64100, "to_hit": -2, "bashing": 12, From 7599611edeb4cba4ad873bdaf29c4fd32a86b528 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Sat, 4 Apr 2020 13:56:38 -0400 Subject: [PATCH 4/4] Audit Taurus Raging Judge Magnum --- data/json/items/gun/454.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/json/items/gun/454.json b/data/json/items/gun/454.json index 3a60b94a761d7..19c63cba9d55f 100644 --- a/data/json/items/gun/454.json +++ b/data/json/items/gun/454.json @@ -37,6 +37,8 @@ "type": "GUN", "name": { "str": "Taurus Raging Judge Magnum", "str_pl": "Taurus Raging Judge Magnum" }, "description": "The Taurus Raging Judge Magnum is a 5-shot revolver chambered in .454 Casull. It can fire .410 shotshells and .45 Colt cartridges as well.", - "weight": "2041 g" + "weight": "2070 g", + "volume": "1175 ml", + "clip_size": 6 } ]