idkclub / dicebot

🎲 /roll support for Slack
https://dicebot.idk.club
The Unlicense
53 stars 20 forks source link

Support for multiple dice #24

Closed jfrazierjr closed 7 years ago

jfrazierjr commented 7 years ago

Could you add support for multiple independent dice? The Savage World mechanic is a good example where a players rolls on dice(which explodes) and a secondary dice(named wild dice, typically a d6 which could also explode and takes the higher result of the two.

DiceTool has this mechanic in incorporated via a ";" separator(if I recall correctly)

So a possible implementation example might be:

/roll 1d8!;1d6!

Foo rolled 11 & 5 Dice Rolls 1d8 8 3 1d6 5

jfrazierjr commented 7 years ago

NEVER MIND.. I missed the other topic where this is covered.