ArtemGr / Sidekick

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

Hero Quest combat dice - is there a command to replicate their probability? #267

Closed michael-niemand closed 3 years ago

michael-niemand commented 3 years ago

In Hero Quest there are 6 sided combat dice with 3 symbols, each with a different probability:

https://www.heroscribe.org/hqdice.png image

Can this behaviour be replicated with a Sidekick command?

nightpool commented 3 years ago

The easiest way I can imagine to do so would be to roll 1d6 and then say 1 = black shield, 2-4 = skull, 5-6 = white shield. Not the most elegant system, but probably the simplest?

michael-niemand commented 3 years ago

yeah that's what my wife suggested, too - sometimes the simple solutions are the best.