-
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
Baseball bat recipe #75693
Baseball bat recipe #75693
Conversation
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karol1223 <[email protected]>
I think this recipe needs filing 1 (= require sandpaper), include flame treatment for durability (= require fire) and require wood cutting 2. Real bats also undergo some sort of chemical treatment but I'm not sure how to represent it here. Reference: https://www.youtube.com/watch?v=zwK4qdbWwdw |
I've been doing some research to parse out what is the best way to treat the bat. Originally I was going to have it be soaked like a spear shaft, but saw they didn't all do this. Not all are flame tempered either. The oldest method is bone rubbing which is just pressing it down with a hard object. This probably should require better tools including actual files. |
Yeah go ahead and add either sand paper or wood filing or both as you see fit and this is mergeable. |
I added the level 1 file. That should be good enough. |
Looking at the commit history, this PR should have been |
Summary
Features "Adds a baseball bat recipe"
Purpose of change
You can't make a baseball bat in the game. It shouldn't be too hard to do for someone with some basic tools.
Describe the solution
1.Add a recipe for a baseball bat. See the image for details.
2.Remove the reference to a plastic handle on baseball bats. You don't need one.
I thought these were treated and was going to add a soaking period but apparently not.
Describe alternatives you've considered
Maybe some additional tools should be required?
Testing
Tested on my computer in debug mode.
Additional context