GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.02k stars 310 forks source link

Gorge incorrect formula in IMKG upgrade description #18014

Open ERRRR0R opened 4 days ago

ERRRR0R commented 4 days ago

Your GTNH Discord Username

No response

Your Pack Version

Nightly +711

Your Server

SP

Java Version

Java 21

Type of Server

None

Your Expectation

The formula is ((Fill level/Max capacity)-0.5)^2*(-0.6)+0.15 Meaning 1/2 filled batterey gives 15% discount and 1/4 filled gives 11.25% discount

The Reality

The formula seems to be something like ((Fill level/Max capacity)-0.5)^2*(-0.6)+0.10 Because the results are 1/2 filled batterey is 10% discount and 1/4 filled is 7% (rounded 0.0625) discount. Although 1/10 filled batterey for some reason gives 4% discount, which fits neither formulas?

Your Proposal

Fix the formula in upgrade description

Final Checklist

serenibyss commented 4 days ago

For plasma module the listed formula is correct.

For other modules, the formula is: (((Fill level/Max capacity)-0.5)^2(-0.6)+0.15) 2 / 3

This should definitely be described to the player in the upgrade description though