aleksander-ciesielski / isaac-stats-plus

🎮🌸 Extended stat UI for The Binding of Isaac: Rebirth
https://steamcommunity.com/sharedfiles/filedetails/?id=2729900570
GNU General Public License v3.0
6 stars 0 forks source link

d8 value not correct #9

Open someash opened 8 months ago

someash commented 8 months ago

when have rock bottom, it can higher then 2, this must be a mistake image

aleksander-ciesielski commented 7 months ago

thanks for reporting the issue! yes, this will happen from time to time as the D8 multiplier implementation works by dividing the new stat value from the previous one after D8 is used. so if the value is influenced by some other factor then it's going to yield an unexpected result.

with this implementation, there's no universal fix but I wonder if this can be fixed specifically for the rock bottom? 🤔 I might look into it later