diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:40:26 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 22:40:26 -0700 |
commit | 2747e32fb794b5452d293dec251f4655cb4455eb (patch) | |
tree | a0e166f6b10a5edbb203ee788fb9e68eb1a0150b /json | |
parent | Add windbreaker. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-2747e32fb794b5452d293dec251f4655cb4455eb.tar.xz |
Add axe ring holster.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/armor/sheath.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json new file mode 100644 index 0000000..3b22e39 --- /dev/null +++ b/json/items/armor/sheath.json @@ -0,0 +1,11 @@ +[ + { + "id": "axe_ring", + "copy-from": "axe_ring", + "type": "ARMOR", + "name": { "str": "axe ring holster" }, + "rigid": false, + "encumbrance": 0, + "max_encumbrance": 4 + } +] |