#Multiplicative and additive formulas
1 messages · Page 1 of 1 (latest)
and doing damage * 0.2 means 20% of the damage
if you want 1.1x (aka 110%) then you do damage * 1.1
did i do something wrong with the maths or something, i swear i did the same and if i did damage*0.2/damage the result would be 1.1
just *1.1 the dmg
its 10% more then
*1.2 is 20% more
and so om
same for *2.1
its 110% more then
aka 210% total
additive: 5x(1+0.2+0.1)
multiplicative: 5x1.2x1.1