Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electrolyser speed upgrade doesn't increase energy consumption #1758

Closed
A-Lisaa opened this issue Nov 7, 2024 · 0 comments
Closed

Electrolyser speed upgrade doesn't increase energy consumption #1758

A-Lisaa opened this issue Nov 7, 2024 · 0 comments
Labels

Comments

@A-Lisaa
Copy link

A-Lisaa commented Nov 7, 2024

Info for speed upgrade in electrolyser says the upgrade increases consumption by 100*Level %, while in fact it doesn't due to a speed upgrade not being accounted for here:

usageOre = usageOreBase - usageOreBase * powerLevel / 4;
usageFluid = usageFluidBase - usageFluidBase * powerLevel / 4;

@HbmMods HbmMods added the bug label Nov 7, 2024
@HbmMods HbmMods closed this as completed Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants