I'm sure this has been asked and answered, but a 5 minute keyword search didn't turn up anything useful. If someone could point me in the right direction, I'd be much obliged. I'm setting up characters for a one shot, and one the characters can do the 5e Enlarge/Reduce effect. I'd tried to set these up in the damage modifiers section of the sheet, have one add 1d4 damage, the other add -1d4. The +1d4 works as expected, but the die portion of the negative modifier is being ignored: with that damage modifier selected, it doesn't roll a die, but produces a result of -1. I've experiemented with different formats: -(1d4), (-1d4), [-1d4], {-1d4}, but those always return a error: if the negative is the first character in the modifier, the next character had to be a digit: SyntaxError: Expected [0-9] but "d" found. Any thoughts? What am I missing?