summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:48:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 22:48:00 -0700
commitdda0e50b4c955673875e3eb1884bf3081b925c32 (patch)
tree7c3c06306aba5c5a2cc6c444ea757a103e906616
parentPort the garter double sheath and throwing knives leg sheath from dda. (diff)
downloadcataclysm-bn-mod_armor-rebalance-dda0e50b4c955673875e3eb1884bf3081b925c32.tar.xz
Fix typo in throwing knife sheath.
Also rebalance garter sheath encumbrance.
-rw-r--r--json/items/armor/sheath.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json
index d16dc5b..4143cc2 100644
--- a/json/items/armor/sheath.json
+++ b/json/items/armor/sheath.json
@@ -32,7 +32,7 @@
"looks_like": "sheath",
"color": "dark_gray",
"covers": [ "leg_either" ],
- "material_thickness": 0.3,
+ "material_thickness": 1,
"use_action": {
"type": "holster",
"holster_prompt": "Sheath knife",
@@ -72,8 +72,8 @@
"flags": [ "SHEATH_KNIFE" ]
},
"coverage": 2,
- "encumbrance": 0,
- "max_encumbrance": 1,
+ "encumbrance": 1,
+ "max_encumbrance": 2,
"flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
},
{
@@ -102,8 +102,8 @@
"flags": [ "SHEATH_KNIFE" ]
},
"coverage": 4,
- "encumbrance": 1,
- "max_encumbrance": 3,
+ "encumbrance": 2,
+ "max_encumbrance": 4,
"flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
},
{