I'm creating a subclass for the fighter that's gains +1 to insight at lvl 3, increases it to +2 at 8, and increases to +3 at 18. But when I test the class it does not work. Correction, at Lvl 3 the +1 does work. When the class is lvl 8 the fixed value remains 1 instead increasing to 2. I've add other options with level scaling similar to this and none of those work either. I've deleted the option re-added it. Deleted the class and re-did it. Nothing has worked. Is the feature broken or am I'm missing something fundamental?
I'm creating a subclass for the fighter that's gains +1 to insight at lvl 3, increases it to +2 at 8, and increases to +3 at 18. But when I test the class it does not work. Correction, at Lvl 3 the +1 does work. When the class is lvl 8 the fixed value remains 1 instead increasing to 2. I've add other options with level scaling similar to this and none of those work either. I've deleted the option re-added it. Deleted the class and re-did it. Nothing has worked. Is the feature broken or am I'm missing something fundamental?
Level Scaling is not cumulative, you should do something like: Level 3 (+1), Level 8 (+2) and so on.
So, instead of doing scaling at level 8 have it as a feature to become +2?
Yes.
Gotcha. Thanks for the help!