Adjusts AME rate of diminishing returns #1625
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.
About the PR
Changes the AME fuel input to power output to follow a proper rate of diminishing returns.
Why / Balance
Previously we had a constant input to output increase:
Assuming a safe injection:core ratio we had,
80000/160000/240000/320000/400000/480000/560000/640000
The recent upstream merge created a bell curve drop off in returns:
120.4/180.6/175.1/152.4/126.9/103.2/82.5/65.3
The more cores you add, the less power you get.
This change would make it a proper diminishing return:
You still gain power with increased cores but less with each additional core
90,300/180,600/233,445/270,915/300,000/323,745/343,830/361,230
Technical details
n/a
Media
n/a
Breaking changes
n/a
Changelog
🆑 Velcroboy