summaryrefslogtreecommitdiff
path: root/json/items/armor/gloves.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/gloves.json')
-rw-r--r--json/items/armor/gloves.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/json/items/armor/gloves.json b/json/items/armor/gloves.json
index 5d96658..83f4d3e 100644
--- a/json/items/armor/gloves.json
+++ b/json/items/armor/gloves.json
@@ -6,5 +6,39 @@
"name": { "str": "pair of fingerless survivor gloves", "str_pl": "pairs of fingerless survivor gloves" },
"encumbrance": 2,
"//": "Reduce the encumbrance to be more comparable to the difference between leather and fingerless leather gloves."
+ },
+ {
+ "id": "gloves_rubber",
+ "copy-from": "gloves_rubber",
+ "type": "ARMOR",
+ "name": { "str": "pair of rubber gloves", "str_pl": "pairs of rubber gloves" },
+ "encumbrance": 4,
+ "//": "Massive reduction in encumbrance."
+ },
+ {
+ "id": "gloves_wool",
+ "copy-from": "gloves_wool",
+ "type": "ARMOR",
+ "name": { "str": "pair of wool gloves", "str_pl": "pairs of wool gloves" },
+ "weight": "100 g"
+ },
+ {
+ "id": "gloves_wool_fingerless",
+ "copy-from": "gloves_wool_fingerless",
+ "type": "ARMOR",
+ "name": { "str": "pair of fingerless wool gloves", "str_pl": "pairs of fingerless wool gloves" },
+ "weight": "60 g"
+ },
+ {
+ "id": "long_glove_white",
+ "copy-from": "long_glove_white",
+ "type": "ARMOR",
+ "name": { "str": "pair of extra long white gloves", "str_pl": "pairs of extra long white gloves" },
+ "armor_portion_data": [
+ { "covers": [ "hands" ], "coverage": 100, "encumbrance": 2 },
+ { "covers": [ "arms" ], "coverage": 75, "encumbrance": 2 }
+ ],
+ "warmth": 10,
+ "flags": [ "VARSIZE", "SKINTIGHT" ]
}
]