Messing aroud with the planner and some ideas, i found myself doing some damage calcs for spells but i'm unsure of the grammar of the equation (which piece goes where).
I came up with something like:
base damage * (gear+enhancements) * (metamagics)
But it can be even something like:
base damage * (gear+enhancements+metamagics)
So for example scorching ray with superior combustion item, damage line up to 30%, maximize and empower on:
(4d3+12) * (1 + 0,5 + 0,3) * (1 + 1 + 0,5) = 72 - 108
or
(4d3+12) * (0,5 + 0,3 + 1 + 1 + 0,5) = 52,8 - 79,2 ?
Thanks for sharing your insight in this matter.