pf2e
pf2e copied to clipboard
Inline damage roll label lacks splash damage tag
For example, when using @Damage[1d4[fire],(1[splash])[fire]]
, the resulting button is labeled 1d4+1 fire
instead of something like 1d4 fire + 1 fire splash
.
I believe it's intended to be assigned here https://github.com/foundryvtt/pf2e/blob/ca926e24e5392d5682c017e60ba458a6b1453a8e/src/module/system/damage/formula.ts#L226 but gets lost before the formula text is composed.
Similarly, precision damage tag is also missing on damage labels.