diff --git a/data/json/items/armor/backpacks.json b/data/json/items/armor/backpacks.json index 135c87e83754d..254206acd2998 100644 --- a/data/json/items/armor/backpacks.json +++ b/data/json/items/armor/backpacks.json @@ -570,5 +570,27 @@ "warmth": 8, "material_thickness": 2, "flags": [ "BELTED", "WATERPROOF" ] + }, + { + "id": "boxpack", + "type": "ARMOR", + "name": "box backpack", + "description": "A makeshift backpack comprised of a wooden box and a pair of ropes.", + "weight": "8000 g", + "to_hit": -5, + "color": "brown", + "symbol": "]", + "looks_like": "jerrypack", + "material": [ "wood", "cotton" ], + "volume": "15 L", + "storage": "15 L", + "covers": [ "TORSO" ], + "coverage": 40, + "encumbrance": 30, + "warmth": 5, + "bashing": 16, + "cutting": 4, + "price": 3500, + "flags": [ "BELTED", "OVERSIZE", "NO_REPAIR" ] } ] diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index a4785e43a926b..66b176a6977fc 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -387,6 +387,18 @@ "qualities": [ { "id": "HAMMER", "level": 3 } ], "components": [ [ [ "rag", 6 ], [ "leather", 6 ], [ "cordage_short", 3, "LIST" ] ], [ [ "jerrycan", 1 ] ] ] }, + { + "result": "boxpack", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "fabrication", + "difficulty": 2, + "time": "60 m", + "autolearn": true, + "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ], + "components": [ [ [ "2x4", 3 ] ], [ [ "wood_panel", 1 ] ], [ [ "nail", 20 ] ], [ [ "rope_natural", 1, "LIST" ] ] ] + }, { "result": "leather_belt", "type": "recipe",