You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementing #59 we will have thew ability to have a roll or expression be a success or failure depending on certain success criteria. A common thing to do is something like 4d6 reroll 1's. In this case we can just have each die have a failure case of == 1 and also wrap them with a retry on failure (we can't wrap the whole thing, because if any of the dice fail the expression will be a failure).
The text was updated successfully, but these errors were encountered:
After implementing #59 we will have thew ability to have a roll or expression be a success or failure depending on certain success criteria. A common thing to do is something like
4d6 reroll 1's
. In this case we can just have each die have a failure case of== 1
and also wrap them with a retry on failure (we can't wrap the whole thing, because if any of the dice fail the expression will be a failure).The text was updated successfully, but these errors were encountered: