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

large luv tier boiler #2709

Closed
wants to merge 1 commit into from

Conversation

Reflex18
Copy link
Contributor

@Reflex18 Reflex18 commented Jul 4, 2024

This is in reference to #2706 that was in order to provide the player with a means of extracting more throughput from the super fuel line considering the vast efficacy of the fuel and the fact that it is not appealing to spam boilers for players.

So far this pr is WIP and i will be adding to it as i learn how to make a mutliblock.

missing firebox and other stuff
@Reflex18
Copy link
Contributor Author

Reflex18 commented Jul 4, 2024

From looking at the calculations for runtime boost i am unsure what to do for the luv boiler to keep in line with the others.

Titanium : @Override int runtimeBoost(int mTime) { return mTime * 130 / 400; }

Tungensteel: @Override int runtimeBoost(int mTime) { return mTime * 120 / 750; }

@Reflex18 Reflex18 closed this Aug 1, 2024
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

Successfully merging this pull request may close these issues.

1 participant