summaryrefslogtreecommitdiff
path: root/json/items/armor
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-11 22:40:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-11 22:40:26 -0700
commit2747e32fb794b5452d293dec251f4655cb4455eb (patch)
treea0e166f6b10a5edbb203ee788fb9e68eb1a0150b /json/items/armor
parentAdd windbreaker. (diff)
downloadcataclysm-bn-mod_armor-rebalance-2747e32fb794b5452d293dec251f4655cb4455eb.tar.xz
Add axe ring holster.
Diffstat (limited to 'json/items/armor')
-rw-r--r--json/items/armor/sheath.json11
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
+ }
+]