From 2747e32fb794b5452d293dec251f4655cb4455eb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 22:40:26 -0700 Subject: Add axe ring holster. --- json/items/armor/sheath.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 json/items/armor/sheath.json (limited to 'json') 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 + } +] -- cgit v1.2.1