From 6a513aceebae8cd5f134c2bed2f8db159960727a Mon Sep 17 00:00:00 2001 From: terribleperson Date: Thu, 12 Dec 2024 17:09:06 -0500 Subject: [PATCH] Update gloves.json to change gloves_plate from iron to steel Armored gauntlets are crafted from steel. They should not be made of cast iron. --- data/json/items/armor/gloves.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/items/armor/gloves.json b/data/json/items/armor/gloves.json index 3d47fb0bfe1af..a5bd826fa33fd 100644 --- a/data/json/items/armor/gloves.json +++ b/data/json/items/armor/gloves.json @@ -839,7 +839,7 @@ "volume": "1500 ml", "price": "400 USD", "price_postapoc": "30 USD", - "material": [ "iron", "leather" ], + "material": [ "steel", "leather" ], "symbol": "[", "looks_like": "fire_gauntlets", "color": "light_gray", @@ -855,7 +855,7 @@ "specifically_covers": [ "hand_back_l", "hand_back_r" ], "material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 2.0 }, - { "type": "iron", "covered_by_mat": 100, "thickness": 2.0 } + { "type": "steel", "covered_by_mat": 100, "thickness": 2.0 } ] }, { @@ -864,7 +864,7 @@ "specifically_covers": [ "hand_wrist_l", "hand_wrist_r" ], "material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 2.0 }, - { "type": "iron", "covered_by_mat": 100, "thickness": 2.0 } + { "type": "steel", "covered_by_mat": 100, "thickness": 2.0 } ] }, { @@ -879,7 +879,7 @@ "specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ], "material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 2.0 }, - { "type": "iron", "covered_by_mat": 80, "thickness": 2.0 } + { "type": "steel", "covered_by_mat": 80, "thickness": 2.0 } ] } ],