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
When this module is enabled it breaks rounding math in Foundry VTT.
Examples; [[round(1d10 + @abilities.dex.mod+ @classes.monk.levels)]] [[floor(1d10 + @abilities.dex.mod+ @classes.monk.levels)]] [[ceil(1d10 + @abilities.dex.mod+ @classes.monk.levels)]] [[abs(1d10 + @abilities.dex.mod+ @classes.monk.levels)]]
All function with out the module but all return string (text) value when module is enabled.
This is with the settings being set to; Bluetooth Provider: None All others Foundry VTT Digital Roll
[[1d10 + @abilities.dex.mod+ @classes.monk.levels]] Still returns value correctly with or without the module enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When this module is enabled it breaks rounding math in Foundry VTT.
Examples;
[[round(1d10 + @abilities.dex.mod+ @classes.monk.levels)]]
[[floor(1d10 + @abilities.dex.mod+ @classes.monk.levels)]]
[[ceil(1d10 + @abilities.dex.mod+ @classes.monk.levels)]]
[[abs(1d10 + @abilities.dex.mod+ @classes.monk.levels)]]
All function with out the module but all return string (text) value when module is enabled.
This is with the settings being set to;
Bluetooth Provider: None
All others Foundry VTT Digital Roll
[[1d10 + @abilities.dex.mod+ @classes.monk.levels]]
Still returns value correctly with or without the module enabled.
The text was updated successfully, but these errors were encountered: