Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Single Success and Double Success Results

Hello all! I scanned the wiki and the forum and didn't seem to find an answer to my question. I know that something like /r 10d10>5 will return a number of "successful" dice that resulted in 5 or more. However, is there a way to do the following... If a dice rolls a specific value or higher it produces 1 success. If the dice rolls a different specific value or more it produces an additional success. For example: Lets say on a d10 roll a 5 or better produces 1 success, and an 8 or better produces an 2 successes instead. Therefore, A roll of {1,2,3,4,5,6,7,8,9,10} would result in 9 Successes. Thank you in advance!
This behaviour can be mimicked using the failure number /r 10d10>8f<4 + 10 What's happening here is the +10 is making an assumption that you roll a 5 or better providing +1 per roll. The failure number corrects that assumption providing -1 for each low roll for a net +0. This frees up the target number which can then be set to the higher target to provide an additional +1 on top of the assumed +1 for a net +2 on the higher rolls.
Thank you! That's some kooky logic there but it works!