Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(old) World of Darkness style dice rolling. #66

Open
diziara opened this issue Nov 16, 2019 · 0 comments
Open

(old) World of Darkness style dice rolling. #66

diziara opened this issue Nov 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@diziara
Copy link
Collaborator

diziara commented Nov 16, 2019

Instead of adding up the values of the dice pool, instead track success and failures. For example, if the pool is five 10-sided dice, with a difficulty of 7 (default difficulty), the bot would instead list the rolls, then total up the following: successes (7 or higher) and botches (1), subtracting the latter from the former.

Example:
!rollpool 5d10 s7

(2,6,7,1,2) 1 success, 1 botch = failed roll

Syntax can differ, but basically need a way to tell the roller that it's for a dice pool instead of a totalled roll, a way to specify the success value if it's not the default (if default, could just not specify it).

I need to review the rulebook to see if a roll is only botched if the 1s outnumber the successes, where if they're equal it's just a failure.

@TurqW TurqW added the enhancement New feature or request label Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants