From 9cd2ae0bab5163f458cc15e70bc7c40d4482bb26 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Jan 2025 11:45:42 -0800 Subject: Remove the storage from the long sleeve shirt. Fix technician's shirt weight. --- json/items/armor/torso_clothes.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'json') diff --git a/json/items/armor/torso_clothes.json b/json/items/armor/torso_clothes.json index 6c1b5f3..92b6334 100644 --- a/json/items/armor/torso_clothes.json +++ b/json/items/armor/torso_clothes.json @@ -39,8 +39,7 @@ "name": { "str": "long-sleeved shirt" }, "armor_portion_data": [ { "covers": [ "torso", "arms" ], "coverage": 90, "encumbrance": 0 } - ], - "storage": "3 L" + ] }, { "id": "polo_shirt", @@ -83,6 +82,14 @@ { "covers": [ "arms" ], "coverage": 95, "encumbrance": 6 } ] }, + { + "id": "technician_shirt_gray", + "copy-from": "technician_shirt_gray", + "type": "ARMOR", + "name": { "str": "work t-shirt" }, + "weight": "164 g", + "//": "Restore the non-rounded weight." + }, { "id": "vest_leather", "copy-from": "vest_leather", -- cgit v1.2.1