Simple cloth quiver for holding various ammo #77774
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Content "Simple cloth quiver for holding various ammo"
Purpose of change
When I was trying out a standard survivor evac start I noticed that you had everything you needed to make and atlatl except somewhere to store it. It looks as if you can store it in a single point sling and other items, but you can't. See #77773.
There aren't any good storage solutions for atlatl spears.
Describe the solution
Make a simple cloth quiver that can store atlatl spears and various other arrow, bolt and spear like items.
Based on this: https://www.wikihow.com/Make-a-Quiver-for-Arrows
The design looks similar to medieval arrow bags: https://www.google.com/search?q=medieval+arrow+bag&udm=2
A potential concern is if it would need some reinforcement padding in the bottom.
I used the large pipe quiver as a base for the item, and it has the line:
sided": true,
. I'm not sure what sided does for back quivers, but I kept it.Ammo for comparison:
The stats for the fishing spear looks a bit wonky. If I used the same volume/weight it would fit 40 in the quiver which seems a bit much.
Describe alternatives you've considered
Changing all back quivers to be able to hold atlatl spears. But as the recipes are found in fletching books and you need archery skill to craft them I was hesitant to do it.
Testing
Works as expected.
Additional context