From a78bb211a700f5c0b1eb933e99ce4785e34bebc9 Mon Sep 17 00:00:00 2001 From: CosmicHitman Date: Thu, 30 Dec 2021 17:17:55 -0500 Subject: [PATCH] Add repairs_like line to all gambesons. Loose and normal gambesons should be equal difficulty to tailor. fixes #53845 --- data/json/items/armor/suits_protection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index c9c41e510f77b..7b0710d411d0a 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -660,6 +660,7 @@ }, { "id": "gambeson_loose", + "repairs_like": "gambeson", "type": "ARMOR", "name": { "str": "gambeson (loose)", "str_pl": "gambesons (loose)" }, "description": "A thick jacket of quilted fabric, loosened to be worn as outer armor. Use it to wear it tighter and be able to put proper armor over it.", @@ -704,6 +705,7 @@ }, { "id": "k_gambeson_loose", + "repairs_like": "k_gambeson", "type": "ARMOR", "name": { "str": "kevlar gambeson (loose)", "str_pl": "kevlar gambesons (loose)" }, "description": "A thick jacket of quilted fabric, loosened to be worn as outer armor. This one incorporates Kevlar layers added for better protection. Use it to wear it tighter and be able to put proper armor over it.", @@ -727,6 +729,7 @@ }, { "id": "xl_gambeson_loose", + "repairs_like": "xl_gambeson", "type": "ARMOR", "name": { "str": "XL gambeson (loose)", "str_pl": "XL gambesons (loose)" }, "copy-from": "xl_gambeson", @@ -749,6 +752,7 @@ }, { "id": "xl_k_gambeson_loose", + "repairs_like": "xl_k_gambeson", "type": "ARMOR", "name": { "str": "XL kevlar gambeson (loose)", "str_pl": "XL kevlar gambesons (loose)" }, "copy-from": "xl_k_gambeson",