generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels