diff --git a/data/json/itemgroups/activities_hobbies.json b/data/json/itemgroups/activities_hobbies.json index 04328bb8792f8..f8967629f8a8d 100644 --- a/data/json/itemgroups/activities_hobbies.json +++ b/data/json/itemgroups/activities_hobbies.json @@ -143,6 +143,7 @@ { "item": "multitool", "prob": 12 }, { "item": "throwing_knife", "prob": 7 }, { "item": "slingpack", "prob": 18 }, + { "item": "armrig", "prob": 3 }, { "item": "manual_cutting", "prob": 12 }, { "item": "manual_launcher", "prob": 1 }, { "item": "recipe_bullets", "prob": 8 }, @@ -207,6 +208,7 @@ [ "backpack_hiking", 12 ], [ "bigback", 3 ], [ "travelpack", 6 ], + [ "armrig", 3 ], [ "cowboy_hat", 4 ], [ "10gal_hat", 4 ], { "item": "bb", "prob": 8, "charges": [ 1, 500 ] }, diff --git a/data/json/items/armor/storage.json b/data/json/items/armor/storage.json index bd554b679a081..d71ba7e2f0ae4 100644 --- a/data/json/items/armor/storage.json +++ b/data/json/items/armor/storage.json @@ -808,6 +808,36 @@ "material_thickness": 0.2, "flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ] }, + { + "id": "armrig", + "type": "ARMOR", + "name": { "str": "armband pouch", "str_pl": "armband pouches" }, + "description": "A small pouch that can be worn on the upper arm using buckled straps. This is a favoured item among sports & camping enthusiasts.", + "weight": "205 g", + "volume": "550 ml", + "price": 3000, + "price_postapoc": 250, + "material": [ "cotton", "plastic" ], + "symbol": "[", + "looks_like": "armguard_soft", + "color": "dark_gray", + "covers": [ "arm_l", "arm_r" ], + "sided": true, + "coverage": 20, + "encumbrance": 2, + "max_encumbrance": 7, + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "max_contains_volume": "500 ml", + "max_contains_weight": "1 kg", + "max_item_length": "15 cm", + "moves": 200 + } + ], + "material_thickness": 2, + "flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ] + }, { "id": "makeshift_knapsack", "type": "ARMOR", diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index a75bf1456c9f0..514c780befd10 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -380,6 +380,20 @@ "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ], "components": [ [ [ "2x4", 2 ] ], [ [ "nail", 10 ] ] ] }, + { + "result": "armrig", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "time": "1 h", + "autolearn": true, + "reversible": true, + "using": [ [ "tailoring_cotton", 2 ], [ "fastener_small", 1 ] ], + "proficiencies": [ { "proficiency": "prof_closures" } ] + }, { "result": "chestpouch", "type": "recipe",