HexaVault / AD-breaketernity

MIT License
4 stars 16 forks source link

Fix Remnant gain factor multipliers while Dilated and Doomed #6

Closed James103 closed 8 months ago

James103 commented 8 months ago

Remnant gain while Dilated and Doomed was visually calculated incorrectly: when calculating the numbers in the rightmost column, the multiplier used on log10(ip) and log10(ep) was the same as the multiplier on log10(am) instead of the correct values given on the leftmost column.

Ported from https://github.com/IvarK/AntimatterDimensionsSourceCode/pull/3408.