We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roll d15 is nice but it would be better if we could roll 2d6 to roll multiple times and get various stats about the rolls
roll d15
roll 2d6
eg.
roll 3d6
Roll 1 | Roll 2 | Roll 3 --------|--------|-------- 5 | 3 | 1 Min | Max | Average (mean) -----|-----|---------------- 1 | 5 | 3
or to just get one stat
roll 3d6 max -> 5 or roll 3d6 mean -> 3
roll 3d6 max
5
roll 3d6 mean
3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
roll d15
is nice but it would be better if we couldroll 2d6
to roll multiple times and get various stats about the rollseg.
roll 3d6
or to just get one stat
roll 3d6 max
->5
orroll 3d6 mean
->3
The text was updated successfully, but these errors were encountered: