diff options
Diffstat (limited to 'json/items')
-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 + } +] |