diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/torso_clothes.json | 11 |
1 files changed, 9 insertions, 2 deletions
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", @@ -84,6 +83,14 @@ ] }, { + "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", "type": "ARMOR", |