Skip to content

Commit

Permalink
Merge pull request CleverRaven#77774 from ampersand55/simple_cloth_qu…
Browse files Browse the repository at this point in the history
…iver

Simple cloth quiver for holding various ammo
  • Loading branch information
Night-Pryanik authored Nov 12, 2024
2 parents 4025f53 + 4f848dc commit 0b76c57
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
19 changes: 19 additions & 0 deletions data/json/items/armor/ammo_pouch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,8 @@
"quiver_large_birchbark",
"nylon_quiver",
"pipe_quiver",
"pipe_quiver_large"
"pipe_quiver_large",
"quiver_simple_cloth"
],
"difficulty": 3
},
Expand Down

0 comments on commit 0b76c57

Please sign in to comment.