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

V20 char sheet question

Hi there i like  v20 sheet that is part of roll20, thanks to the authors who made it happen. Is there a way to include specialties to the dice roll?  i will continue to experiment with it again thx
As in, to double successes? There is not, at least not in any simple way, because there's no part of the dice syntax that can double successes on a 10. The closest you can get is to have a separate roll with a Target Number of 10, which gives the same average results, but decreases the roll variance. (There's also ways to do it through the API or roll tables, both of which would require fairly massive changes in the character sheet to make them work with it). On the whole, just visually counting the number of 10s was always the easiest option for me when playing V20.
1592561236
GiGs
Pro
Sheet Author
API Scripter
There is a way to fake it. You cant do 2 successes on a 10, but you can do fumbles subtract 1 success. So what you can do is set up the fumble range to equal the normal failure range, set successes on 10, so then you get each die gives -1 success on a failure, 0 on a success, and 1 on a 10. Then you add 1 success per die, shifting those up by 1 each. That gives the result you need, but the macro looks a bit weird. /roll {?{Number Dice|1}d10}>10f<6 +?{Number Dice}
thx folks much appreciated