[ { "id": "bloodbootsheath", "type": "ARMOR", "name": { "str": "blood leather ankle sheath" }, "description": "A blood red, improvised ankle sheath, its material makes it tough and easier to wear. Activate to sheathe/draw a knife.", "weight": "180 g", "volume": "500 ml", "price": "0 cent", "to_hit": -1, "material": [ "compactblood" ], "symbol": "[", "color": "red", "covers": [ "leg_either" ], "coverage": 10, "encumbrance": 0, "material_thickness": 1, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You have sheath your %s", "max_volume": "500 ml", "draw_cost": 30, "flags": [ "SHEATH_KNIFE" ] }, "looks_like": "sheath", "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodwristsheath", "type": "ARMOR", "name": { "str": "blood leather wrist sheath" }, "description": "A blood red wrist sheath. Small weapons are quickly drawn under your hands, just like what assassins do, but untrained people can hurt themselves. Activate to fast sheath/draw a knife.", "weight": "180 g", "volume": "500 ml", "price": "0 cent", "to_hit": -1, "material": [ "compactblood" ], "symbol": "[", "color": "red", "covers": [ "hand_either" ], "coverage": 5, "encumbrance": 1, "material_thickness": 1, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You have sheath your %s", "max_volume": "250 ml", "draw_cost": 5, "flags": [ "SHEATH_KNIFE" ] }, "looks_like": "sheath", "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodpack", "type": "ARMOR", "name": { "str": "blood leather backpack" }, "description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.", "//": "Rebased on a leather backpack.", "weight": "950 g", "volume": "2000 ml", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", "looks_like": "backpack", "color": "red", "covers": [ "torso" ], "coverage": 30, "encumbrance": 4, "max_encumbrance": 17, "storage": "15 L", "warmth": 0, "material_thickness": 1, "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ] }, { "id": "bigbloodpack", "type": "ARMOR", "name": { "str": "blood leather rucksack" }, "description": "A large blood leather rucksack, provides a lot of storage and is quite durable.", "//": "Rebased on a military rucksack.", "weight": "1250 g", "volume": "4 L", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", "looks_like": "rucksack", "color": "red", "covers": [ "torso" ], "coverage": 40, "encumbrance": 2, "max_encumbrance": 20, "storage": "22 L", "warmth": 0, "material_thickness": 1, "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ] } ]