Fix wasteland sausage recipe smoked from raw wasteland sausage #39055
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: Bugfixes "Fix wasteland sausage recipe smoked from raw wasteland sausage"
Purpose of change
Wasteland sausage recipe from raw wasteland sausage consumes x2 recipe
time but use x5 less Charcoal than than crafting directly from components.
Also, even tho nutrition total output match, it outputs x2 more units with 1/2 nutrition each,
making enjoy and quench penalty be twice as worse.
I don't see a reason why two-step cooking should be so different, I'm pretty sure
it was an error when copy-pasteing from the original recipe when the recipe was first created in #37316
I fixed the recipe so both have similar time, component requirements and output.
Making raw wasteland sausage first is still slightly slower process due to having to prepare it raw first.
EDIT: I also just noticed from the images that the output also took x2 volume as it generated x2 more units with 1/2 nutrition.
Describe the solution
Describe alternatives you've considered
None
Testing
I compiled the code with latest master brand locally and tested the change
Some images from my tests showing before/after PR changes...
Recipe from Components as reference (this recipe wasn't changed):
Recipe from "raw", before this change
Recipe from "raw", After this change