An RPG style dice roller.
$ roll 3d6
means "roll 3 dice of six sides and give me the total."
Or with modifiers:$ roll 2d8+3
means "roll 2 dice of eight sides, add 3, and give me the total."
Modifiers supported: +
, -
, *
, /
.
An RPG style dice roller.
$ roll 3d6
means "roll 3 dice of six sides and give me the total."
Or with modifiers:$ roll 2d8+3
means "roll 2 dice of eight sides, add 3, and give me the total."
Modifiers supported: +
, -
, *
, /
.