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

Call of Cthulhu 7e Bonus and Penalty Dice formula

I'm still new to roll20, so apologies if this is a silly question, but can anyone tell me if there is a way to roll bonus and penalty dice properly in this system? The way it works on the table is that for most rolls you roll percentage dice, a tens and a digits. when you have to roll bonuses or penalties, you have to roll an extra tens dice for each bonus or penalty, and then use the highest or lowest respectively e.g. for a roll with two bonus dice, you'd roll three tens and one digits, and use the lowest of the tens rolls with the digits as your result.  So what I'd like to know is how do you write the two different types of dice in the formula, tens and digits? All I can find is just normal d10, nothing for the tens die. From there I'm sure we can figure out how to write a formula along the lines of /roll (3dTensk1) + 1d10, unless someone has already figured it all and can tip us off...? Thanks!
1469364805

Edited 1469364851
The 'Call of Cthulu: 7th Edition' Character Sheet is said to handle these mechanics. There's some discussion in this thread .
Thanks! I don't suppose you know if there're any plans to introduce a tens d10 in the future, do you?
1469446706

Edited 1469446754
When rolling a d100 with 3D dice enabled, you actually do roll a tens d10 plus a normal d10. That's purely cosmetic, however. I'm not aware of any plans to implement anything like a 'dten' die size mechanic. Two workaround on that point: You could create a Rollable Table to emulate a tens d10. [[ (d10 - 1) * 10 ]] is effectively a tens d10 roll.