LeaPhant / skyblock-stats

A beautiful SkyBlock profile viewer 🌹
https://sky.lea.moe
MIT License
168 stars 33 forks source link

Effective HP is miscalculated: it is Health*(100+defense/100), not just 1+defense #31

Closed kaweepatinn1 closed 4 years ago

kaweepatinn1 commented 4 years ago

title

LeaPhant commented 4 years ago

The formula is Health * (100% + Defense / 100), 1 and 100% are the same thing. If I actually calculated it with 100 you'd get huge numbers.^^