Thanks for reporting. Please provide an example of the complete automation text used.
Printable View
An example automation text is
I have a number of Lookup Data "choice" entries with the category "Nymph" and the subcategory "Nymph Strikes". As far as I can tell this is happening with any CHOICE automation; at least, I have not been able to create one that doesn't cause the error.Quote:
[CHOICE choice|Nymph|Nymph Strikes]
Hi, I recall the following phrase from the Release 19 announcement: "Automation of the dying process and wounded condition."
I have searched all over for "wounded condition" and cannot find any evidence of "dying process" or "wounded condition" automation. Was it deferred to another release?
What was delivered is listed in post #3 of this thread. There's no mention of that.
You're probably confusing a release announcement with ruleset plans. That thread has this proviso in the first post: "The information in this thread is all subject to change based off development priorities and developer/converter availability."
A longer than intended video overview of the desktop modifiers and new off-guard/flat-footed processing functionality can be found here: https://youtu.be/gsKuuiTURz4
It seems like if a character has multiple DMGBASETYPE effects, even if they are all the same damage type, all are ignored.
Is this intended?
The code will ignore more than one DMGBASETYPE effect, as you can only have one base damage type; it doesn't check what each effect is.
The Wiki page for that effect states: "Note: the(r)e should only be one active DMGBASETYPE effect active for any given damage action." And... spot the typo.. :/
Wanted to say thanks for the new modifier buttons!
Hello, just found a bug with the following effect: (Weapon Specialization): DMG: 2 expert; DMG: 3 master; DMG: 4 legendary
The expert part is no longer working. Not sure when this broke but it happens on this week's version and was last week. The master and legendary bonuses get added correctly. I tested this without any extensions active and in two different campaigns.
You need a semi-colon after "(Weapon Specialization)" not a colon. FG is seeing "(Weapon Specialization): DMG: 2 expert;" as one effect, which isn't valid, so it is ignoring it.
Use: (Weapon Specialization); DMG: 2 expert; DMG: 3 master; DMG: 4 legendary
If this was from an official product, please let me know which product and which class. Thanks.