Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple cloth quiver for holding various ammo #77774

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

ampersand55
Copy link
Contributor

@ampersand55 ampersand55 commented Nov 12, 2024

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:

Item Length Volume Weight
5 atlatl spear 90 cm 2.9 L 1.15 kg (5)
30 arrow 76 cm 2.7 L 0.96 kg (5)
30 bolt 30 cm 2.55 L 0.81 kg
5 fishing spear 120 cm 0.31 L 0.09 kg

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

image

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Items: Ammo / Guns Ammunition for all kinds of weapons and these weapons themselves Items: Armor / Clothing Armor and clothing astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Nov 12, 2024
@Night-Pryanik
Copy link
Contributor

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.

You can make all back quivers to be able to hold atlatl spears in addition to your new quiver, not as an alternative.

Co-authored-by: Anton Burmistrov <[email protected]>
@ampersand55
Copy link
Contributor Author

You can make all back quivers to be able to hold atlatl spears in addition to your new quiver, not as an alternative.

That is true. Though I will limit the scope of this PR to the new item.

Throwing sticks and war darts could perhaps also benefit from a quiver, but they aren't classified as ammunition.

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Nov 12, 2024
@Night-Pryanik Night-Pryanik merged commit 0b76c57 into CleverRaven:master Nov 12, 2024
18 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Items: Ammo / Guns Ammunition for all kinds of weapons and these weapons themselves Items: Armor / Clothing Armor and clothing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants