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
* [#6261] Add modifiers to `DamageData`
Adds a new modifiers field for damage that is applied automatically
to the formula. The `DamageData` model now automatically adds these
modifiers to the formula, attaching to the first roll (if one can
be found when using a custom formula).
The `DamageData#scaledFormula` supports passing in additional
modifiers that are also appended. This is to support a future Rule
active effect that adds modifiers to certain rolls at evaluation
time (such as Elemental Adept, which would add `min2` to all damage
rolls from spells that deal a certain damage type).
Closes#6261
* [#6261] Tweak manual formula regex, pass modifiers everywhere
* [#6261] Use simpler damage formula for labels w/o modifiers
* [#6261] Fix issue with joining modifier lists
* [#6261] Fix double background on `<string-tags>`
0 commit comments