[GrimTools] Build Calculator

I’ve made 2 tests already showing Total Damage mods stacks multiplicatively not additively:


That means Grim Tools incorrectly displays the following:

image

for this character Soldier, Level 100 (GD 1.1.9.6) - Grim Dawn Build Calculator


It should be 252% and total damage mods stack in this way

m1 ⊕ m2 ⊕ m3 ⊕ … ⊕ mn = (1+m1) * (1+m2) * … * (1+mn) - 1

not in the following way

m1 ⊕ m2 ⊕ … ⊕ mn = m1 + m2 + … + mn

Yes, I felt like nerding out a bit.