[ { "id": "bloodbootsheath", "looks_like": "bootsheath", "type": "ARMOR", "category": "clothing", "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": [ "FOOT_EITHER" ], "coverage": 5, "encumbrance": 2, "material_thickness": 1, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", "min_volume": "15 ml", "max_volume": "500 ml", "draw_cost": 30, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodwristsheath", "looks_like": "bandolier_wrist", "type": "ARMOR", "category": "clothing", "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": 2, "material_thickness": 1, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You sheath your %s", "min_volume": "15 ml", "max_volume": "250 ml", "draw_cost": 20, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] }, { "id": "bloodpack", "//": "Rebased on a leather backpack.", "looks_like": "backpack_leather", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather backpack" }, "description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.", "weight": "950 g", "volume": "2 L", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", "color": "red", "covers": [ "torso" ], "coverage": 30, "encumbrance": 3, "max_encumbrance": 15, "storage": "15 L", "warmth": 0, "material_thickness": 1, "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ] }, { "id": "bigbloodpack", "//": "Rebased on a military rucksack.", "looks_like": "rucksack", "type": "ARMOR", "category": "clothing", "name": { "str": "blood leather rucksack" }, "description": "A large blood leather rucksack, provides a lot of storage and is quite durable.", "weight": "1250 g", "volume": "4 L", "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", "color": "red", "covers": [ "torso" ], "coverage": 40, "encumbrance": 2, "max_encumbrance": 17, "storage": "22 L", "warmth": 0, "material_thickness": 1, "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ] } ]