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

Foundry v11 Build 315 - Module Breaks Math #45

Open
Rejectus opened this issue Dec 23, 2024 · 0 comments
Open

Foundry v11 Build 315 - Module Breaks Math #45

Rejectus opened this issue Dec 23, 2024 · 0 comments

Comments

@Rejectus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant