Skip to content

Commit

Permalink
Arm mounted pouch (#46946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamuro-g authored and ZhilkinSerg committed Feb 28, 2021
1 parent 4b41d69 commit e3ff2f7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -207,6 +208,7 @@
[ "backpack_hiking", 12 ],
[ "bigback", 3 ],
[ "travelpack", 6 ],
[ "armrig", 3 ],
[ "cowboy_hat", 4 ],
[ "10gal_hat", 4 ],
[ "bb", 8 ],
Expand Down
30 changes: 30 additions & 0 deletions data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions data/json/recipes/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,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",
Expand Down

0 comments on commit e3ff2f7

Please sign in to comment.