From 8514d91d15389fc893f3d60345c4a3c9ec2c0b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Karlsson?= Date: Sun, 26 Jul 2020 18:08:54 +0200 Subject: [PATCH 1/5] Audit Browning BLR for width, volume, and longest_width --- data/json/items/gun/3006.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/json/items/gun/3006.json b/data/json/items/gun/3006.json index 0f6bc77d9fa09..f0ca650c92409 100644 --- a/data/json/items/gun/3006.json +++ b/data/json/items/gun/3006.json @@ -6,8 +6,9 @@ "reload_noise_volume": 10, "name": { "str_sp": "Browning BLR" }, "description": "A highly accurate lever-action hunting rifle chambered for the powerful .30-06 round. Notable for using a detachable magazine instead of a traditional tube.", - "weight": "3300 g", - "volume": "3 L", + "weight": "3290 g", + "volume": "3610 ml", + "longest_side": "1106 mm", "price": 85000, "price_postapoc": 3000, "to_hit": -1, From a130ab5226ccb84249b647fb8efd58eec9d33c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Karlsson?= Date: Sun, 26 Jul 2020 18:50:12 +0200 Subject: [PATCH 2/5] Audit M1 Garand with volume, and longest_side --- data/json/items/gun/3006.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/gun/3006.json b/data/json/items/gun/3006.json index f0ca650c92409..725dbd927d779 100644 --- a/data/json/items/gun/3006.json +++ b/data/json/items/gun/3006.json @@ -56,7 +56,8 @@ "name": { "str": "M1 Garand" }, "description": "A semi-automatic .30-06 battle rifle, developed to replace the M1903 Springfield. It didn't completely supplant the older bolt-action until after World War II.", "weight": "4280 g", - "volume": "2500 ml", + "volume": "3160 ml", + "longest_side": "1107 mm", "price": 90000, "price_postapoc": 3500, "to_hit": -1, From f709c82a20ede4c91d7ab9e10708fc446a266656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Karlsson?= Date: Sun, 26 Jul 2020 19:12:48 +0200 Subject: [PATCH 3/5] Audit M1903 with volume, and longest_side --- data/json/items/gun/3006.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/gun/3006.json b/data/json/items/gun/3006.json index 725dbd927d779..abcd213856b97 100644 --- a/data/json/items/gun/3006.json +++ b/data/json/items/gun/3006.json @@ -103,7 +103,8 @@ "name": { "str": "M1903 Springfield" }, "description": "A powerful military rifle chambered in .30-06, developed to replace the US Army's older Krag rifle. Served as the main American rifle in World War I, was used alongside the M1 Garand in World War II, and was used as a sniper rifle as late as the Vietnam War.", "weight": "3910 g", - "volume": "3 L", + "volume": "2840 ml", + "longest_side": "1102 mm", "price": 80000, "price_postapoc": 3250, "to_hit": -1, From afc6f883c6f652fb4447a2c5ede6c99ff8be6453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Karlsson?= Date: Sun, 26 Jul 2020 19:56:48 +0200 Subject: [PATCH 4/5] Audit Browning Automatic Rifle for volume, and longest_side --- data/json/items/gun/3006.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/gun/3006.json b/data/json/items/gun/3006.json index abcd213856b97..38f556cab0b12 100644 --- a/data/json/items/gun/3006.json +++ b/data/json/items/gun/3006.json @@ -151,7 +151,8 @@ "name": { "str": "Browning Automatic Rifle" }, "description": "Designed near the end of World War I, the BAR provided fire support for the US Army from World War II all the way to the Vietnam War. Too much firepower to serve as a battle rifle, but not enough to be an ideal light machine gun, it still found a niche on the battlefield.", "weight": "8820 g", - "volume": "2500 ml", + "volume": "4450 ml", + "longest_side": "1216 mm", "price": 350000, "price_postapoc": 4000, "to_hit": -1, From 7dc723550d85c2eee91ea322aef7a42b8d451a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Karlsson?= Date: Sun, 26 Jul 2020 20:19:55 +0200 Subject: [PATCH 5/5] Audit Remington 700 .30-06 weight, volume, and longest_side --- data/json/items/gun/3006.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/json/items/gun/3006.json b/data/json/items/gun/3006.json index 38f556cab0b12..a698d4e516ea1 100644 --- a/data/json/items/gun/3006.json +++ b/data/json/items/gun/3006.json @@ -199,8 +199,9 @@ "type": "GUN", "name": { "str_sp": "Remington 700 .30-06" }, "description": "A very popular and durable hunting or sniping rifle. Popular among SWAT and US Marine snipers. Highly damaging, but perhaps not as accurate as the competing Browning BLR.", - "weight": "3410 g", - "volume": "3 L", + "weight": "3350 g", + "volume": "3190 ml", + "longest_side": "1141 mm", "price": 87000, "price_postapoc": 3500, "to_hit": -1,