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.