pf2e icon indicating copy to clipboard operation
pf2e copied to clipboard

Inline damage roll label lacks splash damage tag

Open Cuingamehtar opened this issue 8 months ago • 0 comments

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.

Cuingamehtar avatar Jun 22 '24 19:06 Cuingamehtar