diff options
Diffstat (limited to 'json/items/armor/gloves.json')
-rw-r--r-- | json/items/armor/gloves.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/armor/gloves.json b/json/items/armor/gloves.json new file mode 100644 index 0000000..5d96658 --- /dev/null +++ b/json/items/armor/gloves.json @@ -0,0 +1,10 @@ +[ + { + "id": "gloves_survivor_fingerless", + "copy-from": "gloves_survivor_fingerless", + "type": "ARMOR", + "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." + } +] |