diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:45:42 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-02 11:45:42 -0800 |
commit | 9cd2ae0bab5163f458cc15e70bc7c40d4482bb26 (patch) | |
tree | e555e65c885885f43ed1fb7f79a0180efbc88bbc | |
parent | Reduce the coverage and encumbrance of drop leg pouches and armband pouches. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-9cd2ae0bab5163f458cc15e70bc7c40d4482bb26.tar.xz |
Fix technician's shirt weight.
-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", |