Thread: 5E - Better Combat Effects Gold
-
July 4th, 2022, 23:23 #171
Pulled in the fixes from BCE
Version Update: 3.15
Fixed: EXPIREADD adding twice....again
Fixed: Rare script error with ongoing saves
Fixed: Potential script error with experimental parsing
Added: Save icon for save messages output to chat
Added: (5E) Option to add or not add prone to unconscious NPCs with Undead Fortitude trait
Documentation update
-
July 4th, 2022, 23:30 #172
Wow thanks man for all the updates and keeping this thing so freaking awesome!
-
July 5th, 2022, 13:53 #173
-
July 5th, 2022, 16:38 #174
I'd say yes but depends. The issue is when using Automatic Death Resistance extension, the apply prone when unconscious and dropping to 0 hp is rather annoying for a DM with a horde of zombies because it needs to be manually clicked off each time. Anything automated by that extension will have this issue. If you aren't using it, then no problem. Probably the real solution is for that extension to disable FG from adding unconscious for that split second when Automatic Death Resistance is figuring out if the actor is actually unconscious or not and only apply unconscious if they are.
-
July 9th, 2022, 21:44 #175
Version update: 3.16
Fixed: Ongoing saves conflicting with BIDI extension
Fixed: Ongoing saves not taking into account save filter
Code Cleanup
Updated README.pdf formatting
-
July 9th, 2022, 21:52 #176
-
July 10th, 2022, 18:04 #177
- Join Date
- Jun 2019
- Posts
- 145
Hey there,
I wonder if there is anyway to fully automate a spell like Enemies Abound from 5E using BCEG. The nuts and bolts of the spell is that the target makes an intelligence saving throw and if they fail they suffer the spell effects, and they can repeat the saving throw every time they take damage. Lastly, the spell doesn't work on creatures who are immune to being frightened.
The first two bits are no trouble to code up with BCEG. I just wrote them like this:
Enemies Abound; (C); SAVEA: INT [SDC] (R)(M); SAVEONDMG: INT [SDC] (R)(M); NOTE: Does not work if immune to frightened, must target creatures at random, must take all available attacks of opportunity
The problem I'm having, as you can see from the syntax above, is that I don't know of any way to code it so that it checks to see if the target is immune to the frightened condition, and just ignores the effects if the target is.
It doesn't look to me, from my limited understanding, that the IF syntax can be used to check for a certain kind of condition immunity.
Is there a way to do this through BCEG?
Thanks.
-
July 10th, 2022, 18:35 #178
I haven't tried it but is this something that If not untrue effects extension can help with?
https://forge.fantasygrounds.com/shop/items/591/view
-
July 10th, 2022, 18:44 #179
- Join Date
- Jun 2019
- Posts
- 145
Well, I think the problem is that the IF/IFT syntax can only check for conditions (frightened, paralyzed, blinded, etc) and what FG calles conditional operators. Those operators are: alignment, size, creature type, wounded, bloodied and a custom tag.
Checking for whether or not something has immunity to a particular condition does not appear to fall under any of those operators so I suspect that the If Not - Untrue Effects extension, while super handy in other ways, wouldn't solve this issue, since being able to check whether something does or does not have a specified condition or conditional operator isn't my sticking point.
My problem is I don't see a way to check for condition immunity at all.
-
July 10th, 2022, 19:58 #180
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks