ArtemGr / Sidekick

Dice and LFG bot for Discord.
MIT License
250 stars 39 forks source link

[Feature Request] Roll and keep with explosions #250

Open Chaemera opened 4 years ago

Chaemera commented 4 years ago

In the games 7th Sea and Legend of the Five Rings, the system is a d10 roll-and-keep, which in itself is easy enough to do with the bot already (/r 5d10k3). However, the issue comes up in that these systems explode 10s but count the explosions as additive to the same die. Thus, if you rolled a 10, rolled that die again and got a 3, the result "single die" would be a 13 for the purposes of which dice you keep. Basically, it sums the explosion before considering kept dice. The current bot setup (/r 5d10!k3) counts the 10s as individual dice and thus not consider their exploded values.

I'm unsure how tricky this would be to implement, I am in no way a coder.

ProphetZarquon commented 4 years ago

This relates to the same feature request that I had: A target (kept) beyond which another roll is added.