maubot / dice

A maubot plugin that rolls dice.
GNU Affero General Public License v3.0
19 stars 8 forks source link

Show individual dice results #1

Closed jcgruenhage closed 4 years ago

jcgruenhage commented 5 years ago

Currently, if you put in !roll 3d20, the output could be 21 for example, but it could also be 5 + 6 + 10 = 21 for things that might benefit from that.

r4dh4l commented 4 years ago

Yes, it would be useful to see doublets/pairs.

r4dh4l commented 4 years ago

After playing around with the dice bot I would suggest the following:

Standard ouput

!roll 2d6
10 (4 + 6)

List view

!roll 2d6 list
= 10
4
6

Separated view

!roll 2d6 sep
4; 6

Separated list view

!roll 2d6 seplist
4
6

Any more ideas?

r4dh4l commented 4 years ago

@tulir Thx for https://github.com/maubot/dice/commit/98e6e5baa314a4668e36e8e094b678ab19921a84 - will there be a new release or should we just patch the file manually?

Edit: Just noticed https://github.com/maubot/dice/releases/tag/v1.1.0, thx!