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

[Help] sheet calculation of critical failure:

1457006251

Edited 1457006371
So I use a custom ruleset which has players roll a save of various kinds against a fail rate they have to beat. Right now in my sheet I have the following Edit: Apparently I cant copy and paste code normally here. Ok, so what I'm looking for is how I would flag a value @{FailRate} to always flag as a critical failure. I know about the cf<X tag on dice, but since no dice are being rolled this hasn't worked on my sheet thus far.
1457006664

Edited 1457015928
Another way, and possibly a better outcome for what I am trying to do, would be to be able to flag critical success/failure on an equation rather than a dice roll, so: ( (@{CheckRoll} + @{CheckRoll-Mods}) - @{FailRate}) with critical success if greater than Fail Rate after that equation, or critical failure if equal or less than. Is this possible presently or should I be looking at another avenue to work out this check?