Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

D&D 5 Sheet [the one made by Roll20] Custom Proficiency Bonus: bug

I am trying to change the scaling of the proficiency bonus in my game, I get weird bugs. If I write +1d6, I get syntax error like that; SyntaxError: Expected ")", ".", "[", "e", [ |\t], [+|\-|*|\/|%] or [0-9] but "d" found. On the skills, on the attack and spell its rolls 0, due to having weird spacing Rolling 1d20cs>20 + 2[WIS] + +1d6[PROF] The saves simply doesn't apply the bonus. If I write 1d6, the spells and attacks works fine, but the bonus don't apply to the saves and skills, If I write d6, the spells and attacks work fine, but again the bonus doesn't apply to saves and skills. Is this a know bug, and if so is there a work around? Thank you in advance. ---------------------------------------------------------------------------------- It's seem that the custom bonus doesn't write itself in the `pbd_safe` attribute and it's work now.
I have not tested this, but what happens if you enter +[[1d6]] instead?