Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Counting fudge dice rather than summing them #37

Open
spirograph opened this issue Mar 26, 2017 · 3 comments
Open

Counting fudge dice rather than summing them #37

spirograph opened this issue Mar 26, 2017 · 3 comments

Comments

@spirograph
Copy link

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!

@ArtemGr
Copy link
Owner

ArtemGr commented Mar 27, 2017

Hey yourself!

Sounds useful, but how would you tell Sidekick to do that?

We need a syntax that Sidekick would recognize to print such dice.

Or do you think this should be printed by default?

@spirograph
Copy link
Author

spirograph commented Apr 8, 2017

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.

@ArtemGr
Copy link
Owner

ArtemGr commented Apr 8, 2017

This looks like something I could try squeezing into the parser. Will keep you posted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants