Skip to content
New issue

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 multiple dice #31

Open
OldStarchy opened this issue Apr 14, 2021 · 0 comments
Open

Roll multiple dice #31

OldStarchy opened this issue Apr 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@OldStarchy
Copy link
Owner

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

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

@OldStarchy OldStarchy added the enhancement New feature or request label Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant