tweaked soup ingredient amount/calories #60888
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
Balance "Tweaked values for 3L soups"
Purpose of change
Fixes #57848
Describe the solution
Describe alternatives you've considered
I've considered following @estebandellasilva suggestion and doubling the output of the soup and jars necessary to make the soup. But if that were the case, the player would be unable to make a singular 3L Jar of Soup. In that case, I've decided to instead change the ingredients necessary to make the soup. So now the soup maker still has to use a relatively large amount of ingredients, but not as much as before, but now have a realistic output.
Testing
Using the debug feature, I've crafted -a lot- of soups, and it worked just fine. The change was relatively simple, so everything works as it should.
Utilizing the tests, I've managed to tweak the value of some soup calories and ingredients (specifically, the fish soup and the mushroom soup) so that it'd pass the test, and still have reduced ingredients.
Additional context
Utilizing select ingredients for Woods Meat Soup as an example for context:
Previously it would be necessary:
Even with the discarded Clear Water, we're still left with 12L of soup in a 3L jar!
Now, with the changes made:
Now we're left with 6L of soup in a 3L jar. Still a bit more than the volume of the jar, but better than before. As well as simplifying the soup recipe.
(reopened PR due to making an incorrect pull request earlier!)