diff options
Diffstat (limited to 'json/items/armor/sheath.json')
-rw-r--r-- | json/items/armor/sheath.json | 95 |
1 files changed, 93 insertions, 2 deletions
diff --git a/json/items/armor/sheath.json b/json/items/armor/sheath.json index 802b499..19e654e 100644 --- a/json/items/armor/sheath.json +++ b/json/items/armor/sheath.json @@ -5,8 +5,99 @@ "type": "ARMOR", "name": { "str": "axe ring holster" }, "rigid": false, + "encumbrance": 2, + "max_encumbrance": 4 + }, + { + "id": "baldric", + "copy-from": "baldric", + "type": "ARMOR", + "name": { "str": "baldric" }, + "rigid": true, + "encumbrance": 3, + "max_encumbrance": 5 + }, + { + "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, + "price": "52 USD", + "price_postapoc": "250 cents", + "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": "500 ml", + "draw_cost": 80, + "flags": [ "SHEATH_KNIFE" ] + }, + "coverage": 2, + "encumbrance": 4, + "max_encumbrance": 5, + "flags": [ "BELTED", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ], + }, + { + "id": "bootsheath", + "copy-from": "bootsheath", + "type": "ARMOR", + "name": { "str": "ankle sheath" }, + "rigid": true, + "encumbrance": 2, + "max_encumbrance": 3 + }, + { + "id": "wristsheath", + "copy-from": "wristsheath", + "type": "ARMOR", + "name": { "str": "wrist sheath" }, + "rigid": true, + "encumbrance": 2, + "max_encumbrance": 3 + }, + { + "id": "bscabbard", + "copy-from": "bscabbard", + "type": "ARMOR", + "name": { "str": "back scabbard" }, + "rigid": true, + "encumbrance": 6, + "max_encumbrance": 10 + }, + { + "id": "scabbard", + "copy-from": "scabbard", + "type": "ARMOR", + "name": { "str": "scabbard" }, + "rigid": true, + "encumbrance": 3, + "max_encumbrance": 4 + }, + { + "id": "sheath", + "copy-from": "sheath", + "type": "ARMOR", + "name": { "str": "sheath" }, + "rigid": true, "encumbrance": 0, - "max_encumbrance": 4, - "//": "Reduce base encumbrance, but increase max_encumbrance." + "max_encumbrance": 1 + }, + { + "id": "spearsling", + "copy-from": "spearsling", + "type": "ARMOR", + "name": { "str": "spear strap" }, + "rigid": false, + "encumbrance": 2, + "max_encumbrance": 5 } ] |