DiceMaiden icon indicating copy to clipboard operation
DiceMaiden copied to clipboard

When using the roller for mixed-die rolls, the "keep" command does not work

Open ObsidianRazor opened this issue 3 years ago • 2 comments
trafficstars

Hi all,

When using the dice roller for rolls with mixed type of dice, the keep command is not working.

For example, if I input: !roll 1d6+1d8+1d12 k2 I would expect the roller to throw those 3 dice and keep the 2 highest ones. However, what it does is this: Roll: [5][6][12] Result: 23

Is there a command I'm not aware of, or is this a genuine bug?

Thanks!

ObsidianRazor avatar May 27 '22 17:05 ObsidianRazor

Alternatively, is there a command, so the roller does NOT add the dice together and just gives you the results?

ObsidianRazor avatar May 27 '22 17:05 ObsidianRazor

Having the same issue here. DiceParser bot have an alternative to merge results before keep 2, but this bot seems better to read the result and this feature would be great to have

jposawa avatar Jun 04 '22 21:06 jposawa

Closing this out as working as expected. You can use the new multi-roll logic to make this easier to interpret. This is documented in the readme. The logic here in the original example is you have three unique dice rolls with unique modifiers that are added together at the end for the total results. Theres no plans to change this functionality.

Humblemonk avatar Jun 26 '24 02:06 Humblemonk