
Hey there, So I'm working on alternate game mechanics for 5E, and I wanted to play with a different calculation for PB. According to what I could find on the Roll20 Wiki ; Proficiency Bonus: By default, the character's Proficiency Bonus is calculated by class level. This setting allows you choose to calculate this bonus via By Level (the default), via a Proficiency Die as described in the Dungeon Master's Guide, or a Custom calculation which rolls out a field to enter a roll formula for the bonus. So I went in the Settings of a sheet, ticked "custom" under PB, then I have entered the folllowing working code: [[{floor((@{level}+1)/2),9}kl1]] And how it looks like on the sheet for me: I have tried with and without the inline dice-rolling brackets, same weird thing happens. I went back to the game's option page, changing PB there doesn't appear to help. I have closed and re-opened Chrome, still no change. So my question is; is this functionality meant to "work" like this? Is it broken? What I understand from the Wiki, the piece of code in the settings should calculate properly. Am I reading the Wiki wrong? o.O