xeraphim wrote:
now if i could just remember the formula to turm precraft into post craft stats...
it depends on the item and the stat, there is no single formula e.g if x is the precraft
- LA dodge is linear dodge(x) = 0 for x = 0 till dodge(2) for x = 100
- dmg is linear depending on the quality of the weapon (q) with a fixed offset and being q, q/2, etc.. depending whether it is 1h, 2h, daggers,...
- speed is also linear, you need to know the max, according to they type (e.g. 2h pike, sword, axe), 39 for 1h weps and 60 for daggers
- jewels too, with resist(x) = 0 for x = 0 till +8, x =100
- amps power and speed is a bit weird, iirc, 0.8 *x + 20
And some possible models to know a precraft from mats composition involves their relative amount, and some weird tricks like considering pseudo-negative stats, modulo 100 aritmetic (stats wrap after 100 and reduce the others) and some regressions (e.g. I add one mats, write down the stat, I add a second one, write down). Of course this is based on empirical tries + adhoc things like "when crafting and amp, using magic focus only, any stat that is 85 precraft will be 100 for a given combo of fiber and shaft", and other crafter tricks...
I may be wrong, relying on my memory, too lazy to check notes

and yes, I am a bit a minmaxing junkie