SkyCryptWebsite / SkyCrypt

A Hypixel skyblock stats website
https://sky.shiiyu.moe
MIT License
248 stars 125 forks source link

fix: fixed issue with stats calculator #2202

Closed TheTrueShaman closed 3 months ago

TheTrueShaman commented 4 months ago

Currently, the stats calculator adds the Bestiary milestone value multiplied by twenty to strength, and no value from the Bestiary to health:

Screenshot 2024-03-07 at 9 18 24 PM Screenshot 2024-03-07 at 9 18 36 PM

This does not match the in game behavior, where no value from the Bestiary milestone is added to strength, and the Bestiary milestone value is directly added to health stat. This is the fix I have made, which can be observed in the screenshots below. The fix makes the calculator's behavior more closely match that of the game.

Screenshot 2024-03-07 at 9 18 47 PM Screenshot 2024-03-07 at 9 18 58 PM