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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Hey, I'm in a game where the number of pluses, the number of blanks, and the number of minuses are all mechanically useful, but the sum of the dice is not useful. Would it be possible to do something like
(+bbb+--b+b--, 3+ 5b 4-)
or some similar display to count how many dice of each type are available?
Thanks!
The text was updated successfully, but these errors were encountered:
Hm. Maybe something like /r 4dF count would work. Adding "count" as a separate argument also opens up the possibility of requests like /r 8d6 count (which would list how many of each number came up).
To prevent this from becoming ridiculous, I am guessing that nobody will need to do this for more than 50 dice at a time. (If someone does need to do this for 200 dice, they can just /r 50dX count four times in a row, so a limit like that isn't going to cause any problems.) I am also guessing that nobody is going to need to do this for dice larger than, say, d1000, but I am less certain about that.
Hey, I'm in a game where the number of pluses, the number of blanks, and the number of minuses are all mechanically useful, but the sum of the dice is not useful. Would it be possible to do something like
(+bbb+--b+b--, 3+ 5b 4-)
or some similar display to count how many dice of each type are available?
Thanks!
The text was updated successfully, but these errors were encountered: