Skip to content

Foundry v11 Build 315 - Module Breaks Math #45

@Rejectus

Description

@Rejectus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions