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

Rolling Fate dice and keeping (-)

1516407840

Edited 1516407917
Kadus
Pro
Sheet Author
Hi, I prepare macros for an Earthdawn Age of Legend party and a i have a question Is it possible  to roll fate dice and count -1 as  successes ? The macro /r ?{malus dice?}df=(-1) dosn't work. Sorry for my poor english, i used un translator. Thanks
1516415070
GiGs
Pro
Sheet Author
API Scripter
If youre rolling fate dice, and treating negatives and positives, this is the same as rolling a d6 with these sides: 0,0,1,1,1,1. In roll20 you can simulate that as (n)d6>3 So your roll would be /r ?{malus dice?}d6>3 If it's important to use fudge dice, you can get the same odds using /roll ?{malus dice?}dF>0 This roll treats 1 and 0 as 1, and -1 as 0. It's the same odds as treating 1 and -1 as 1.