Merged
Conversation
Contributor
|
Fluxed Electrum Coil advancement name and description can be changed in this PR to reflect previous PR. |
serenibyss
approved these changes
Dec 17, 2021
Syrcan
reviewed
Dec 17, 2021
| if (coilTier == -1) | ||
| return overclock; | ||
|
|
||
| if (coilTier == 0) overclock[1] *= 5.0 / 4; // 25% slower with cupronickel (coilTier = 0) |
Contributor
There was a problem hiding this comment.
75% Processing Speed is in your description. Therefore it is ~33% slower. This should be /= 0.75
| if (coilTier == -1) | ||
| return overclock; | ||
|
|
||
| overclock[0] *= 1.0f - coilTier / 20; // each coil above cupronickel (coilTier = 0) uses 5% less energy |
Contributor
There was a problem hiding this comment.
coilTier / 20 is always 0 because it's an int. coilTier / 20.0 works.
I think we can even make it 10% discount per coil tier. That will be good for Gregicality.
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.
Pyrolyse ovens are 25% slower with cupronickel coils, are default speed with kanthal, and are 50% faster for every coil after kanthal.
Cracker units use 5% less energy for every coil after cupronickel.
LCR's maximum perfector overclock tier is equal to the coil's maximum overclocking tier. Allows any voltage when using Tritanium Coils.