You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a startup console error (UncomputableError: Uncomputable token "...") that CSB throws when an ActiveEffect's Add/Multiply value formula references a Label/formula prop (for example ATK_calc) that has not been computed yet. LD Triggerz now preserves that formula text through CSB's early precompute pass instead of letting CSB fail on it early.
Removed a rethrow in the Add/Multiply delta patch that, if a formula still could not resolve, would have escaped Foundry's own applyActiveEffect handling and could have broken an actor's whole sheet computation. Unresolvable deltas are now logged and skipped instead, matching CSB's own non-fatal fallback behavior.