Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support re-evaluating an expression on Failure/Success #88

Open
brentleyjones opened this issue Aug 14, 2015 · 0 comments
Open

Support re-evaluating an expression on Failure/Success #88

brentleyjones opened this issue Aug 14, 2015 · 0 comments

Comments

@brentleyjones
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant