CoAss (alchemy) skills seems to work inverse
-
Before applying 5 points in Alchemy
After
-
Well.. .damn. Back to the drawing board.
OH OH!!! I KNOW !!! It should be -1 not 1 in the script! Maybe?
-
The formula for the crafting percentiles sets the DC required and then the player rolls an unmodified d20 against it, so if you're adding one you're increasing the DC instead of increasing the roll. If you are modifying the number that is a result of this formula
// Formula: DC = (((11 - (PL*2)) - (A/2)) + 27) - ((10-RL)*2) int nEffDC = (((11 - (nPcLevel * 2)) - FloatToInt(fPcAbility / 2.0)) + 27) - ((10 - nRecipeLevel) * 2);
You need to be decreasing the number that it ends up at if you want to increase percentiles.
-
Yeah I know, that's why I said -1 not 1
-
Fix should be implemented v6769
-
I think this can be closed, looks like this works correctly now.
As a suggestion maybe a +1 on the roll itself would be more balanced, instead of acting as if you had 1 level higher in the skill.
Seems like a lot of points to put into something to just make leveling in the start a bit easier, but not really making a big difference at the end.But take that with a grain of salt, I'm in no way a master crafter, so I might not know what I'm talking about :)