Skip to content

Releases: WSAL-Evan/Minecraft-Combat-Rework

Release list

v1.0.0

Choose a tag to compare

@WSAL-Evan WSAL-Evan released this 22 Oct 21:12

This changes the damage reduction formula.

Here is the new formula:
$finaldamage = damage * (1 - (0.9 * \frac{armor}{armor + 25}) * (0.5 + 0.5 * e^\frac{-damage}{(\frac{3000}{toughness + 1})} * (1 - min(prot * 0.02, 0.8)) * (1 - min(resistance * 0.2, 0.8))$