diff options
Diffstat (limited to 'json/items/armor/sheath.json')
-rw-r--r-- | json/items/armor/sheath.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index 1ea98f3..e9b32ee 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -37,14 +37,14 @@ "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", - "max_volume": "500 ml", + "max_volume": "750 ml", "draw_cost": 80, "flags": [ "SHEATH_KNIFE" ] }, "coverage": 2, - "encumbrance": 4, - "max_encumbrance": 5, - "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] + "encumbrance": 0, + "max_encumbrance": 1, + "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { "id": "bootsheath", |