I've successfully used syntax like [LVL] [LVL]. It's a bit more text but otherwise works well enough :)
Printable View
I asked about the same issue on the Discord and someone showed me something that worked, despite being completely undocumented. I was making a resistance and used RESIST: [2LVL] cold. What worked was RESIST: [2LVL], cold. You have to add the comma after the [2LVL].
Small consistency thing with damage parsing:
In a creature or weapon entry, "persistent bleed" will be interpreted correctly as persistent bleed damage. However, in a damage action for a spell or activity, "persistent bleed" will fail to parse and the damage must be entered as "bleed,persistent" to work correctly.
It probably won't get fixed in a future release. The best "fix" would break data with a space - e.g. "cold iron" damage types. So the syntax going forward will require a comma. I'll re-visit it again in the future, but this is complex code and I don't want to make drastic changes that could break other already existing effects. I'll get the Wiki page updated regarding the need for a comma.
Issue with extra effect data after [xLVL] entries has been fixed: https://www.fantasygrounds.com/forum...uary-23rd-2024
It was deep within a complex regular expression - but the fix is pretty risk free for existing effects, so I got it updated today.