You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, suggesting dice groupings on the command line, as if for mob's attach rolls:
> dice 4*(1d20 2d6)
9 6 6
12 5 4
5 5 3
10 2 6
There could be a whole syntax for this. For example, if you wanted to sum the 2d6 instead of showing them individually, something like this might work:
> dice 4*(1d20 2d6+)
Cool project!
The text was updated successfully, but these errors were encountered:
Currently, the dice command prints out the sum of all dice rolled. It would be convenient to show the value of each die:
Or possibly a distribution for larger rolls:
Also, suggesting dice groupings on the command line, as if for mob's attach rolls:
There could be a whole syntax for this. For example, if you wanted to sum the 2d6 instead of showing them individually, something like this might work:
Cool project!
The text was updated successfully, but these errors were encountered: