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

System invalidating roll formulas #3895

Closed
krbz999 opened this issue Jul 26, 2024 · 1 comment
Closed

System invalidating roll formulas #3895

krbz999 opened this issue Jul 26, 2024 · 1 comment
Assignees
Labels
bug Functionality which is not working as intended system: dice Dice rolling functionality
Milestone

Comments

@krbz999
Copy link
Contributor

krbz999 commented Jul 26, 2024

These work as expected:

  • /r 1d10 + (3/2)
  • /r 1d10 + (floor(3/2))

These throw an error:

  • /r 1d10 + 3/2
  • /r 1d10 + floor(3/2)

image

Tested similar rolls in a different system with zero issues.

@arbron arbron added bug Functionality which is not working as intended system: dice Dice rolling functionality labels Jul 30, 2024
@arbron arbron added this to the D&D5E 4.0.0 milestone Jul 30, 2024
@eelpik
Copy link

eelpik commented Aug 8, 2024

I'll try working on this if that's all right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality which is not working as intended system: dice Dice rolling functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants