diff --git a/data/json/items/armor/ammo_pouch.json b/data/json/items/armor/ammo_pouch.json index 6d1c1b3b56121..1dc09897a5de7 100644 --- a/data/json/items/armor/ammo_pouch.json +++ b/data/json/items/armor/ammo_pouch.json @@ -536,6 +536,25 @@ "armor": [ { "encumbrance": 14, "coverage": 30, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_back" ] } ], "melee_damage": { "bash": 12 } }, + { + "id": "quiver_simple_cloth", + "type": "ARMOR", + "name": { "str": "simple cloth quiver" }, + "description": "A simple quiver made out of cloth that can be adjusted to hold various types of arrows, bolts, and spears of different lengths. Takes slightly longer to pull ammunition from than a regular quiver. Use insert to store arrows, bolts, fishing spears, or atlatl spears.", + "weight": "200 g", + "volume": "500 ml", + "price": "5 USD", + "price_postapoc": "1 USD", + "material": [ "cotton" ], + "symbol": "[", + "looks_like": "quiver", + "color": "white", + "sided": true, + "material_thickness": 1, + "pocket_data": [ { "ammo_restriction": { "arrow": 30, "bolt": 30, "atlatl": 5, "fishspear": 5 }, "moves": 30 } ], + "flags": [ "BELTED", "OVERSIZE", "WATER_FRIENDLY" ], + "armor": [ { "encumbrance": 6, "coverage": 30, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_back" ] } ] + }, { "id": "quiver_takedown_bow", "type": "ARMOR", diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index 8ca8976ca0825..2267e070ef4f1 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -1577,6 +1577,19 @@ "book_learn": [ [ "recipe_arrows", 2 ] ], "components": [ [ [ "rope_natural", 1, "LIST" ] ], [ [ "duct_tape", 30 ] ], [ [ "pipe", 3 ] ] ] }, + { + "result": "quiver_simple_cloth", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_*", + "subcategory": "CSC_*_NESTED", + "skill_used": "tailor", + "difficulty": 1, + "skills_required": [ "survival", 1 ], + "time": "45 m", + "autolearn": true, + "using": [ [ "tailoring_cotton_patchwork_simple", 1 ], [ "strap_small", 2 ] ] + }, { "result": "ragpouch", "type": "recipe", diff --git a/data/json/recipes/nested.json b/data/json/recipes/nested.json index 0f127b465327e..8ac9afebc4d21 100644 --- a/data/json/recipes/nested.json +++ b/data/json/recipes/nested.json @@ -2503,7 +2503,8 @@ "quiver_large_birchbark", "nylon_quiver", "pipe_quiver", - "pipe_quiver_large" + "pipe_quiver_large", + "quiver_simple_cloth" ], "difficulty": 3 },