Skip to content

Commit

Permalink
Merge pull request #35577 from TJKing293/add-stone-pouch
Browse files Browse the repository at this point in the history
add stone pouch
  • Loading branch information
Rivet-the-Zombie authored Nov 21, 2019
2 parents 14e05ae + 7539cb3 commit 32e0c35
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/json/items/armor/bandolier.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions data/json/recipes/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32e0c35

Please sign in to comment.