summaryrefslogtreecommitdiff
path: root/json/items/armor/boots.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/boots.json')
-rw-r--r--json/items/armor/boots.json40
1 files changed, 39 insertions, 1 deletions
diff --git a/json/items/armor/boots.json b/json/items/armor/boots.json
index 2ef2241..565c33d 100644
--- a/json/items/armor/boots.json
+++ b/json/items/armor/boots.json
@@ -9,6 +9,44 @@
"//2": "Reduce the encumbrance."
},
{
+ "id": "boots_scrap",
+ "copy-from": "boots_scrap",
+ "type": "ARMOR",
+ "name": { "str": "pair of scrap boots", "str_pl": "pairs of scrap boots" },
+ "encumbrance": 6,
+ "//": "Reduce the encumbrance."
+ },
+ {
+ "id": "knee_high_boots",
+ "copy-from": "knee_high_boots",
+ "type": "ARMOR",
+ "name": { "str": "pair of knee-high boots", "str_pl": "pairs of knee-high boots" },
+ "armor_portion_data": [
+ { "covers": [ "legs" ], "coverage": 50, "encumbrance": 15 },
+ { "covers": [ "feet" ], "coverage": 100, "encumbrance": 20 }
+ ],
+ "//": "Reduce the encumbrance."
+ },
+ {
+ "id": "leathersandals",
+ "copy-from": "leathersandals",
+ "type": "ARMOR",
+ "name": { "str": "pair of leather sandals", "str_pl": "pairs of leather sandals" },
+ "encumbrance": 8,
+ "//": "Increase the encumbrance."
+ },
+ {
+ "id": "thigh_high_boots",
+ "copy-from": "thigh_high_boots",
+ "type": "ARMOR",
+ "name": { "str": "pair of thigh-high boots", "str_pl": "pairs of thigh-high boots" },
+ "armor_portion_data": [
+ { "covers": [ "legs" ], "coverage": 75, "encumbrance": 20 },
+ { "covers": [ "feet" ], "coverage": 100, "encumbrance": 20 }
+ ],
+ "//": "Reduce the encumbrance."
+ },
+ {
"id": "stockings",
"type": "ARMOR",
"name": { "str": "pair of stockings", "str_pl": "pairs of stockings" },
@@ -22,7 +60,7 @@
"looks_like": "leg_warmers",
"color": "dark_gray",
"armor_portion_data": [
- { "covers": [ "legs" ], "coverage": 75, "encumbrance": 5 },
+ { "covers": [ "legs" ], "coverage": 80, "encumbrance": 5 },
{ "covers": [ "feet" ], "coverage": 100, "encumbrance": 5 }
],
"warmth": 10,