-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Finishing the spear shaft recipe #75640
Finishing the spear shaft recipe #75640
Conversation
add the soaking spear shaft item
the spear shaft recipe makes a soaking spear shaft now
grip goes from none to bad Co-authored-by: TheShadowFerret <[email protected]>
remove extra space Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
balance from neutral to good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good.
(~[slow] |
It's failed to build now. Is this right? Am I missing something? |
Your change broke the tests, see failed build error message. |
Summary
Features "Adds a soaking spear shaft"
Purpose of change
I was going to create a recipe for a weapon based on the one for a spear shaft. While I was examining it I noticed the recipe was not done.
Describe the solution
I decided to add a soaking spear shaft which becomes a regular spear shaft after 4 hours in oil.
Describe alternatives you've considered
Your characters watch oil dry for 4 hours. I think this is what was intended or at least close enough. The "to hit" is jerry rigged with the current mechanics to be lower because it's slick. I don't think you can just put minus to-hit. Is there a better way to simulate a weapon being slimy? I would have it even lower than that maybe.
Testing
Tested on my computer in debug mode.
Additional context