Dice Reference
From DiceRoller Documentation
DiceRoller supports a robust syntax to roll dice of all descriptions and modify those rolls in various ways. The most simple way to roll dice is via NdX+Y
, which says to roll N dice that each have X sides, and then add Y to the total. An example would be 1d20+4
.
In this documentation, any italicized text refers to placeholders, where normal text indicates symbols that should be left as-is. For example, the d in 1d20 must be left as the letter d, it is not a placeholder for something else.