Simple Dice Roller
Example use (click examples to run them):
- 3d8 -- roll 3 8-sided dice
- 2d6+1d12+3 -- Roll 2 6-sided, plus 1 12-sided, and add 3
- 3d8+5*3>=10 -- Roll 3d8, plus 5, 3 times, compare each roll to 10
- d10*3v8 -- v is a shortcut for >=
Roll results:
See more of my stuff