We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When trying to cast fireball or cloud of dagger for example, the event just opens the side bar and does not roll the damage.
To Reproduce Steps to reproduce the behavior:
Expected behavior Dice to be rolled and damaged to be calculated
Screenshots
Browser Info (please complete the following information):
Additional context Line of the code is where the Range and Area are split The Properties are undefined.
Current Version of the Extension
DND BEYOND VERSION Version: @dndbeyond/character-app@1.59.3
Browser Version
It Seems that propertyListToDict function is failing to extract the properties of the spell returning a empty properties array.
propertyListToDict
the lines :
labelElement = prop.children().filter((i, el) => el.className.includes("Label")); valueElement = prop.children().filter((i, el) => el.className.includes("Value"));
The ClassNames are now in lower case, consider changing this so it is case insensitive.
The text was updated successfully, but these errors were encountered:
fixed by #1133
Sorry, something went wrong.
all is working now <3
No branches or pull requests
Describe the bug
When trying to cast fireball or cloud of dagger for example, the event just opens the side bar and does not roll the damage.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dice to be rolled and damaged to be calculated
Screenshots
Browser Info (please complete the following information):
Added in additional Context
Additional context
Line of the code is where the Range and Area are split
The Properties are undefined.
Current Version of the Extension
DND BEYOND VERSION
Version:
@dndbeyond/character-app@1.59.3
Browser Version
It Seems that
propertyListToDict
function is failing to extract the properties of the spell returning a empty properties array.the lines :
The ClassNames are now in lower case, consider changing this so it is case insensitive.
The text was updated successfully, but these errors were encountered: