2010-07-30, 03:28 PM
Fiel's extraction of PDD formula says:
Y * 0.4 + (X + Z) * 0.5 + W * 1.2
They're all accessed as pointer offsets though so there's no way of telling directly what each letter corresponds to. But it indicates that Y or Z is probably dex.
4* 0.4 (207+4)*0.5 + 35*1.2 = 149.1 WDEF
Only question that remains is - which 4 is which. I'd guess 4 int => 0.4, 4 luk => 0.5, but who knows.
So
a) 0.4*INT + 0.5*DEX + 0.5*LUK + 1.2*STR + DEF
b) 0.4*LUK + 0.5*DEX + 0.5*INT + 1.2*STR + DEF
Aside: W X Y Z is the order they're in, so it's probably STR DEX INT LUK - ie. option (a).
Y * 0.4 + (X + Z) * 0.5 + W * 1.2
They're all accessed as pointer offsets though so there's no way of telling directly what each letter corresponds to. But it indicates that Y or Z is probably dex.
4* 0.4 (207+4)*0.5 + 35*1.2 = 149.1 WDEF
Only question that remains is - which 4 is which. I'd guess 4 int => 0.4, 4 luk => 0.5, but who knows.
So
a) 0.4*INT + 0.5*DEX + 0.5*LUK + 1.2*STR + DEF
b) 0.4*LUK + 0.5*DEX + 0.5*INT + 1.2*STR + DEF
Aside: W X Y Z is the order they're in, so it's probably STR DEX INT LUK - ie. option (a).

