Would you mind telling the formula you use for Progress (from your craftmanship and the effect of recipe level difference)? I can't find this anywhere.
Would you mind telling the formula you use for Progress (from your craftmanship and the effect of recipe level difference)? I can't find this anywhere.
Hello,
I would like to know this formula too. It seems you don't take into account the level (for Spald, the code is there) :
static public double Progress(int Craftmanship)
{
return 2.1094765455111721e+000 * Math.Pow(Craftmanship, 0)
+ 2.0220592590969483e-001 * Math.Pow(Craftmanship, 1)
+ 2.9264519107365955e-005 * Math.Pow(Craftmanship, 2);
}
I guess the level is not taken into account because this program is done for level 50 crafting level 50 items ?
So you did your regression with a difference of level = 0
Still if you have the formula for when there is a difference in level, I would be interested.
Regards
|
![]() |
![]() |
![]() |
|
Cookie Policy
This website uses cookies. If you do not wish us to set cookies on your device, please do not use the website. Please read the Square Enix cookies policy for more information. Your use of the website is also subject to the terms in the Square Enix website terms of use and privacy policy and by using the website you are accepting those terms. The Square Enix terms of use, privacy policy and cookies policy can also be found through links at the bottom of the page.