diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:33:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 22:33:12 -0700 |
commit | c3ac563bde91afdf3a07c2a2e8c1afb090c6bc11 (patch) | |
tree | cf291d059f6a2c35f7b41e3d0cfaa0dd1481a312 /json/items/armor | |
parent | Rebalance a few items. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-c3ac563bde91afdf3a07c2a2e8c1afb090c6bc11.tar.xz |
Port the garter double sheath and throwing knives leg sheath from dda.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/sheath.json | 64 |
1 files changed, 62 insertions, 2 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index e9b32ee..d16dc5b 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -18,13 +18,43 @@ "max_encumbrance": 5 }, { + "id": "leg_sheath6", + "type": "ARMOR", + "name": { "str": "throwing knives leg sheath" }, + "description": "A nylon strap knife sheath worn on the thigh, made to hold 6 very small knives, such as throwing knives, close at hand. Activate to sheathe/draw a weapon.", + "weight": "250 g", + "volume": "1000 ml", + "rigid": false, + "price": "52 USD", + "price_postapoc": "250 cent", + "material": [ "nylon" ], + "symbol": "[", + "looks_like": "sheath", + "color": "dark_gray", + "covers": [ "leg_either" ], + "material_thickness": 0.3, + "use_action": { + "type": "holster", + "holster_prompt": "Sheath knife", + "holster_msg": "You sheath your %s", + "max_volume": "500 ml", + "draw_cost": 90, + "multi": 6, + "flags": [ "SHEATH_KNIFE" ] + }, + "coverage": 8, + "encumbrance": 4, + "max_encumbrance": 10, + "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] + }, + { "id": "gartersheath1", "type": "ARMOR", "name": { "str": "garter sheath" }, "description": "A small concealed garter knife sheath worn on the thigh. Commonly used by assassins under a skirt or dress. Activate to sheathe/draw a weapon.", "weight": "160 g", "volume": "500 ml", - "rigid": true, + "rigid": false, "price": "52 USD", "price_postapoc": "250 cent", "material": [ "nylon", "plastic" ], @@ -38,7 +68,7 @@ "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", "max_volume": "750 ml", - "draw_cost": 80, + "draw_cost": 90, "flags": [ "SHEATH_KNIFE" ] }, "coverage": 2, @@ -47,6 +77,36 @@ "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] }, { + "id": "gartersheath2", + "type": "ARMOR", + "name": { "str": "garter double sheath" }, + "description": "A small concealed garter double knife sheath worn on the thigh. Commonly used by overly cautious assassins under a skirt or dress. Activate to sheathe/draw a weapon.", + "weight": "320 g", + "volume": "1000 ml", + "rigid": false, + "price": "52 USD", + "price_postapoc": "250 cent", + "material": [ "nylon", "plastic" ], + "symbol": "[", + "looks_like": "sheath", + "color": "dark_gray", + "covers": [ "leg_either" ], + "material_thickness": 1, + "use_action": { + "type": "holster", + "holster_prompt": "Sheath knife", + "holster_msg": "You sheath your %s", + "max_volume": "750 ml", + "draw_cost": 90, + "multi": 1, + "flags": [ "SHEATH_KNIFE" ] + }, + "coverage": 4, + "encumbrance": 1, + "max_encumbrance": 3, + "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ] + }, + { "id": "bootsheath", "copy-from": "bootsheath", "type": "ARMOR", |