summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/items/armor/boots.json15
1 files changed, 2 insertions, 13 deletions
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",