diff --git a/data/json/items/armor/bandolier.json b/data/json/items/armor/bandolier.json index fcea75b923260..0bce8b165f478 100644 --- a/data/json/items/armor/bandolier.json +++ b/data/json/items/armor/bandolier.json @@ -213,6 +213,28 @@ "use_action": { "type": "bandolier", "capacity": 4, "ammo": [ "40mm" ], "draw_cost": 20 }, "flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE" ] }, + { + "id": "stone_pouch", + "type": "ARMOR", + "name": "stone pouch", + "name_plural": "stone pouches", + "description": "A medium-sized pouch for storing rocks, with straps for attaching it to your belt or other webbing.", + "weight": "90 g", + "volume": "250 ml", + "price": 5900, + "price_postapoc": 9900, + "rigid": false, + "material": [ "cotton", "leather" ], + "symbol": "[", + "looks_like": "ammo_satchel", + "color": "dark_gray", + "covers": [ "LEG_EITHER" ], + "coverage": 10, + "encumbrance": 4, + "material_thickness": 1, + "use_action": { "type": "bandolier", "capacity": 10, "ammo": [ "rock" ], "draw_cost": 20 }, + "flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE" ] + }, { "id": "grenadebandolier", "type": "ARMOR", diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index d2ef4e593780d..c32d9a29d516f 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -29,6 +29,19 @@ "qualities": [ { "id": "SEW", "level": 1 } ], "components": [ [ [ "leather", 8 ], [ "rag", 8 ] ], [ [ "filament", 300, "LIST" ], [ "cordage", 1, "LIST" ] ] ] }, + { + "result": "stone_pouch", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "skills_required": [ [ "throw", 1 ] ], + "time": "1 h 20 m", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], + "components": [ [ [ "rag", 8 ] ], [ [ "leather", 4 ] ], [ [ "filament", 600, "LIST" ], [ "cordage", 2, "LIST" ] ] ] + }, { "result": "chestrig", "type": "recipe",