2008-07-14, 11:28 AM
Russt Wrote:That is true.
Updating thread.
Those are included in Effect Multiplier (which is everything in the 'Effect Multiplier' spoiler tag except actual attack skills). As for whether they come before the defense reduction and everything else, I'd doubt it. As far as I know, all multipliers come after defense, and everything other than the actual attack skill's damage comes after critical as well.
Elemental charge + Elemental advantage has always been added in before weapon reduction for white knights and paladins, at least.
accuracy To 100% = (55.2 + (2.15 * lvlDifference)) * mavoid / 15;
if lvlDifference is less than 0, put it 0 instead.
chance to hit:
2 * (accuracy - (accuracyTo100% / 2)) / accuracyTo100% ;

