Fixes ore yields in Innawood - #88528
Open
Bydth wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Auto-requesting reviews from non-collaborators: @Light-Wave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Bugfixes "Recalculates post-decharging ore yields for Innawoods"
Purpose of change
Fixes #87371
The decharging changes to metals massively reduced the effective yields of the smelting recipes added in the mod, which are essential for progression.
Describe the solution
Recalculates the yields and byproducts, using the mass of the input and output items and the commented yield rate (or the desired ideal) of the recipes. Outputs for iron ores were not touched. I kept the yields for platinum in the copper recipes, at an eyeballed 0.5 percent, despite not being able find any conclusive data for platinum occurrence in native copper, as this PR is aimed solely at restoring the intended yields. I updated the numbers for output weight as well for the benefit of future contributors.
Describe alternatives you've considered
Not doing this.
Testing
Loaded the game, checked the total masses of the outputs displayed in the crafting menu to the mass of the input ores.
Additional context