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 multiplication and differing dice addition in stat or skill "set" #24

Open
ericearl opened this issue Jul 11, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ericearl
Copy link
Owner

ericearl commented Jul 11, 2020

Should be able to support more complex dice outcome multiplication and differing dice-to-dice addition. Like this example:

stats:
    STRENGTH:
        set: ( 3d6 * 100 ) + 1d100

In this case, a roll of 3d6 would be rolled, whose outcome would be multiplied by 100, then 1d100 would be rolled and added on top of the rolled and multiplied outcome.

@ericearl ericearl added this to the v1.0.0 milestone Jul 11, 2020
@ericearl ericearl added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant