From eefd16ae100bfd42accbc9b0defc6337b1952b4b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 21 Mar 2024 15:14:21 -0700 Subject: Revert full overwrite of stockings. --- json/items/armor/boots.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'json') diff --git a/json/items/armor/boots.json b/json/items/armor/boots.json index 3b4de4c..53e1452 100644 --- a/json/items/armor/boots.json +++ b/json/items/armor/boots.json @@ -48,24 +48,13 @@ }, { "id": "stockings", + "copy-from": "stockings", "type": "ARMOR", "name": { "str": "pair of stockings", "str_pl": "pairs of stockings" }, - "description": "Long cotton socks that reach above the knees to help protect from the cold.", - "weight": "90 g", - "volume": "250 ml", - "price": "5 USD", - "price_postapoc": "250 cent", - "material": [ "cotton" ], - "symbol": "[", - "looks_like": "leg_warmers", - "color": "dark_gray", "armor_portion_data": [ { "covers": [ "legs" ], "coverage": 80, "encumbrance": 4 }, { "covers": [ "feet" ], "coverage": 100, "encumbrance": 5 } - ], - "warmth": 10, - "material_thickness": 1, - "flags": [ "VARSIZE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ] + ] }, { "id": "sandal_armor", -- cgit v1.2.1