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

Drill power calculation is incorrect #238

Open
Antoine-M opened this issue Sep 4, 2021 · 0 comments
Open

Drill power calculation is incorrect #238

Antoine-M opened this issue Sep 4, 2021 · 0 comments

Comments

@Antoine-M
Copy link

1 drill is shown to consume 90kW, which is correct: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:30
However, 2/3 drill show 61 kW instead of 60 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:20
1/3 drill show 32 kW instead of 30 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:10
~0 drill show ~3 kW instead of ~0 kW: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:1/100000

For more than one drill the power calculation is correct except for the fractional part: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-ore:r:320

To show that this is incorrect, here's a setup that uses exactly 1.5 drills: https://kirkmcdonald.github.io/calc.html#data=1-1-19&cp=3&items=iron-plate:f:1&modules=iron-plate:se

The calculator says the drills consume 136.5 kW.

Here's the same setup in-game:
20210904144506_1

The drills actually consume 90 * 1.5 = 135 kW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant