When rolling dice, some weapons have a negative modifier for damage. For example 1d4-1 for a dagger. The minimum damage from the roll is supposed to be 1. I've found the way to do this using roll20: /roll {1d4!p-1,1+0d0}d1 Naturally this is somewhat unwieldy for players to type / enter into the custom character sheet I'm making. Question: Is there a simpler syntax that will accomplish the same thing? Why is the restriction there that you have to add a fake 0d0 die roll?