You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: