feat(balance): more consistent bash results for plants and stone #4091
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.
Purpose of change
This consistency-checks and tweaks some bash and related yields from certain terrain innawoods to make some aspects a bit less annoying. In particular this also makes it a bit more reliable getting the basic trickle of limestone needed to start mining without already having access to mining (or using Mining Mod).
Describe the solution
rock_mining_extra
. Additionally took out the janky 0-1 hindrance to spawning rock salt and rhodonite, and changed range of zincite from 0-5 to 1-4.rock_mining_extra
, and that gets its chance to spawn scaled by how fewer rocks you get from the boulder. Medium boulders get the same amount of limestone as smoothed rock since same amount of basic rocks.Describe alternatives you've considered
Adding a wider variety of ore items to boulder and solid rock results. Dunno which would really fit for random New England rock content so.
Testing
Additional context
Checklist