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 .
×

Calculation of Damage in 2d20 system for Conan RPG.

I am not sure if this should be in API or Macro Forum so apologies if incorrect! Is it possible to create a Macro for the Damage dice in Conan's 2d20 system?  a D6's roll equal the roll of a one, five or six are 1 point each the roll of a two is 2 points and the roll of a three or four is 0 zero points. a five or 6 also have +effect.   #1= 1 point #2 = 2 points #3 and 4 = 0 Points 5 and 6 = 1 point each and an effect each For each five or six is another effect so 2 effects if a 5 and 6 were rolled. How can we have a result of 1 or more 6 sided be calculated in a Macro? or is it even possible? Does it take API's to do such calculations? example: we roll 5d6 with the follwign results  3.4.6.2.1  = 4 with 1effect.  the three,four are 0 points. the one and six are 1 point each and the two is 2 points. the 6 has an "effect" Thanks in advance for any advice! Dan P
1554784210
The Aaron
Roll20 Production Team
API Scripter
API is probably the only satisfactory way. You could do it with a Rollable Table with the following weights and numbers: 1 at weight 1 2 at weight 1 0 at weight 2 1.1 at weight 2 Then when you roll with your above example, you’d get 4.1