Bugfix: Correct math on Mythic D6 Success Rolls #13621
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Submission Checklist
Required
Changes / Description
Per discussion at https://app.roll20.net/forum/post/12154470/mythic-d6-success-threshold/?pageforid=12154577#post-12154577, the current math for Mythic D6 Successes treats any roll of 3, 4, 5, or 6 as a success. Per the rules this is not the intent, as success should occur on rolls of 4, 5, or 6.
This seems to be happening as the dice math in the current html code states
>3
which seems like it should work, but per discussions above, this is actually treated as Greater Than or Equal to Three.To test this I made a custom sheet in my personal roll20 account with this math. As it lacks many of the files found in the official Mythic D6 Sheet there's no pretty formatting, but since this is a calculation-only change, this was adequate for my purposes. I verified these changes worked for both wild and standard dice.
As this is a company sheet I imagine you'll want to get approval from them as well - not sure what your policy for that is - or feel free to get me in touch with them (I don't have a contact with them).