diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
commit | af2a3c6863250f92f426dae9cee7919d84fce991 (patch) | |
tree | 066a23dd99b886d14c852af727690c48a6e54c6c /json/items/armor/gloves.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.tar.xz |
Initial commit.
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." + } +] |