summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:14:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:14:21 -0700
commiteefd16ae100bfd42accbc9b0defc6337b1952b4b (patch)
treedb477581379a8506f2394dfe0968a299bfdd6673
parentFix encumbrance of stockings. (diff)
downloadcataclysm-bn-mod_armor-rebalance-eefd16ae100bfd42accbc9b0defc6337b1952b4b.tar.xz
Revert full overwrite of stockings.
-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",