Skip to content

LD Triggerz v1.0.13

Choose a tag to compare

@lisasdungeon lisasdungeon released this 14 Aug 02:58
· 2 commits to main since this release
  • 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.