From baf0ddbfae3e7866dfaa6a64d5ad5b51cd0897f9 Mon Sep 17 00:00:00 2001 From: Kantonine <91917075+Kantonine@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:02:36 +0100 Subject: [PATCH 1/2] Update Lines for XL Chestrig and Normal Tacvest --- data/json/items/armor/ammo_pouch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/ammo_pouch.json b/data/json/items/armor/ammo_pouch.json index 88d47d6d7af7d..7fd4909cbc758 100644 --- a/data/json/items/armor/ammo_pouch.json +++ b/data/json/items/armor/ammo_pouch.json @@ -184,7 +184,7 @@ "name": { "str": "XL chest rig" }, "description": "Popularized during the Vietnam War, chest rigs like these are typically plain, barebones affairs consisting of three or more pouches in a row, with straps to secure them on your chest. This one can hold four magazines in its pouches and fits larger-than-human forms.", "proportional": { "weight": 1.25, "volume": 1.13, "price": 1.25 }, - "flags": [ "WATER_FRIENDLY", "WAIST", "OVERSIZE" ] + "flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE" ] }, { "id": "javelin_bag", @@ -468,7 +468,7 @@ }, { "ammo_restriction": { "410shot": 6, "shot": 6, "20x66mm": 6, "signal_flare": 6 }, "moves": 25 } ], - "flags": [ "WATER_FRIENDLY" ], + "flags": [ "WATER_FRIENDLY", "BELTED" ], "armor": [ { "encumbrance": [ 2, 14 ], "coverage": 85, "covers": [ "torso" ] } ] }, { From 1fed0543c5064ecc55ae02e6f98436a147261732 Mon Sep 17 00:00:00 2001 From: Kantonine <91917075+Kantonine@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:06:51 +0100 Subject: [PATCH 2/2] Flag correction for tacvest and xl chestrig Added the correct flags for the Chestrig XL and the normal sized tac vest --- data/json/items/armor/ammo_pouch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/armor/ammo_pouch.json b/data/json/items/armor/ammo_pouch.json index 7fd4909cbc758..b0fd5074a678f 100644 --- a/data/json/items/armor/ammo_pouch.json +++ b/data/json/items/armor/ammo_pouch.json @@ -468,7 +468,7 @@ }, { "ammo_restriction": { "410shot": 6, "shot": 6, "20x66mm": 6, "signal_flare": 6 }, "moves": 25 } ], - "flags": [ "WATER_FRIENDLY", "BELTED" ], + "flags": [ "WATER_FRIENDLY", "WAIST" ], "armor": [ { "encumbrance": [ 2, 14 ], "coverage": 85, "covers": [ "torso" ] } ] }, {