The leveling calculation for the Celerity formula of the Order of the Mutant is wrong. At level 11 it should be +4 and at level 18 it should be +5, however it is calculated as +3 and +4 respectively.
Celerity
Your Dexterity score increases by 3, as does your maximum for that score. However, you have disadvantage on Wisdom saving throws. Your Dexterity score and your maximum increase by 4 if you consume this mutagen at 11th level, and by 5 at 18th level.
The mathematical formula is: ((Level - 4)/7)@rounddown+2)#max:5,min:3,signed
To get the correct values it should be: ((Level - 4)/7)@rounddown+3)#max:5,min:3,signed
Example: 18-4=14 14/7=2 => round down => 2+3=5 ,which is the correct value as far as I understand the rules.
The leveling calculation for the Celerity formula of the Order of the Mutant is wrong. At level 11 it should be +4 and at level 18 it should be +5, however it is calculated as +3 and +4 respectively.
Celerity
Your Dexterity score increases by 3, as does your maximum for that score. However, you have disadvantage on Wisdom saving throws. Your Dexterity score and your maximum increase by 4 if you consume this mutagen at 11th level, and by 5 at 18th level.
The mathematical formula is: ((Level - 4)/7)@rounddown+2)#max:5,min:3,signed
To get the correct values it should be: ((Level - 4)/7)@rounddown+3)#max:5,min:3,signed
Example: 18-4=14 14/7=2 => round down => 2+3=5 ,which is the correct value as far as I understand the rules.
more: 11-4=7 7/7=1=> round down => 1+3=4
10-4=6 6/7=0.85 => round down => 0+3=3
12-4=8 8/7=1.14 => round down => 1+3=4
More than a year later, and this simple bug is still present.
Can someone please go in and fix Celerity, Potency and Sagacity to +3 instead of +2, as indicated in the post above? This is a less than 5 minute fix.