Balance dilute fruit juice crafting time #39662
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
SUMMARY: Balance "Reduce crafting time of 50% fruit juice compared to 100% fruit juice"
Purpose of change
Reduce crafting time of 50% fruit juice (squeezing 1 fruit + 1 water) compared to 100% fruit juice (squeezing 2 fruits) to reflect the reduced amount of effort.
Describe the solution
Both recipes took 5 minutes. Reduced the 50% fruit recipe to 3 minutes to reflect less effort (but still some prep time).
Describe alternatives you've considered
Removing the 50% fruit juice recipe, or implementing a 'dilute fruit juice' item in it's place.
Testing
Made some fruit juice. Crafting times were as expected.
Additional context
In the process of testing, I found some bugs in how fruit juice is handled. When unloading liquid from one container to another, the final mix takes on the value of the liquid it is poured into, rather than an average value. So someone could make 14 units of 50% juice and pour it into a gallon jug with 1 unit of 100% juice, and end up with a full gallon of 100% juice. Likewise, strawberry juice could become cherry juice, etc.