pf2e
pf2e copied to clipboard
Damage formula localization incorrect
Hi there,
looks like the damage formula default label for inline rolls currently looks rather strange if () are used.
That's how we localize persistent damage:
That's how the inle roll looks like: @Damage[(1d4 + @item.system.damage.dice)[persistent,cold]]
That's how the default label looks like:
Not sure I follow. What is strange here?
Take a look at the ( and ). There is one ( missing at the beginning of the label and one ) missing at the end.