Closed samsmithnz closed 3 years ago
e.g.
Chance to hit is: 65% If I roll a 1D100 and get 70, it should hit If I roll a 1D100 and get a 64, it should miss.
But this is backwards - it means I only have a 35% chance of beating 65% - which is wrong.
The calculation should be 100-65 = 35. If 70/64 is over this - then it's a hit.
e.g.
Chance to hit is: 65% If I roll a 1D100 and get 70, it should hit If I roll a 1D100 and get a 64, it should miss.
But this is backwards - it means I only have a 35% chance of beating 65% - which is wrong.
The calculation should be 100-65 = 35. If 70/64 is over this - then it's a hit.