Siphalor / spiceoffabric

Another iteration of Spice of Life
https://modrinth.com/mod/spice-of-fabric
MIT License
8 stars 19 forks source link

[request] use slightly different formula to make it more versatile #34

Closed TobiPeterG closed 3 years ago

TobiPeterG commented 3 years ago

Hey there,

instead of using baseHealth + max(2 log2(uniqueFoodsEaten), 0) - 8 you should use (baseHealth 0.6) + max(2 * log2(uniqueFoodsEaten), 0), as this way, the hp is always 60% of the basehealth and not hardcoded -8 (to get it from 20 to 12. Might make it more compatible to some mods.

TobiPeterG commented 3 years ago

Opened PR here: https://github.com/Siphalor/spiceoffabric/pull/36