Humblemonk / DiceMaiden

Dice bot for Discord
Apache License 2.0
121 stars 56 forks source link

Request for V5 alias #202

Open afrothoz opened 2 years ago

afrothoz commented 2 years ago

Is your feature request related to a problem? Please describe. I have been trying to use dice maiden for Vampire V5 rules. It is a little different to how the other cod/wod dice work. To make a role we role a dice pool of d10's equal to the right attributes skills (i.e Dexterity/Stealth) with successes on 6+'s. There is also a hunger mechanic, where a number of dice in the pool are marked as hunger dice. We crit on pairs of 10's, which each pair becoming 4 successes. We crit fail if we have no successes and if any dice roll 1's. If hunger dice are part of those, it either becomes a messy crit, or bestial failure.

Describe the solution you'd like An alias such as !roll v5 7 2, where the pool is 7 and two of the dice are hunger dice. They would be marked separate, and the result might look like: [7, 6, 5, 4, 3][8, 3] Result: 3 I understand that the complexity in the criticals/failures could be very complex to put in. If it is doable with the current mechanics of dice bot then that would be great!

Describe alternatives you've considered During play we have borrowed the wod alias. To make a role we do something like: !roll 5wod6 + 2wod6 Here the total pool is 7, and two are hunger dice. The outcome is: [7, 6, 5, 4, 3][8, 3] Result: 3 Where we can check for crits and issues due to the hunger dice.

Additional context Just a thank you for making a simple and powerful dice bot. I've used it a fair amount for DnD and its been great!