malvren wrote:@Sabinati
10*10 = 100
sgrt(100) = 10
10/10 = 1
sqrt(1) = 1
325*1 = 325
Order of Operations? PEMDAS (Please Excuse My Dear Aunt Sally) {Parentheses, Exponents, Multiply, Divide, Add, Subtract}. Please note that square roots are actually exponential expressions. The sqrt of something is (x^.5) or x^Y where y = .5 or X to the half power or X to the power of .5. However you want to slice it.
Base Damage * sqrt(sqrt(quality*strength)/10)
325 * sqrt(sqrt(10*10)/10)
325 * sqrt(sqrt100/10)
325 * sqrt(10/10)
325 * sqrt(1)
325 * 1
325
Now.. if another set of parentheses were added to look like this:
Base Damage * sqrt(sqrt[(quality*strength)/10])
Then:
325 * sqrt(sqrt[(10*10)/10])
325 * sqrt(sqrt[100/10])
325 * sqrt(sqrt10)
325 * sqrt(3.16...)
325 * 1.77...
577.94
Are either of these formulas correct? Who knows. Ask Jorb and Loftar what the correct formula is.