Thread: 5E - Better Combat Effects Gold
-
May 16th, 2025, 04:17 #701Zealot
- Join Date
- Nov 2018
- Posts
- 98
Out of curiosity, has the OBSCURED condition stopped working for anyone else? It no longer applies advantage or disadvantage to creatures with the effect, and it does have a specified type of obscuring.
noobscuring.pngLast edited by metaldm007; May 16th, 2025 at 04:17. Reason: Visual clarity
-
May 16th, 2025, 04:23 #702
Hard to tell in your picture who is where attacking what.
But if both can’t see it’s no dis atk or adv attack. It’s a straight roll.-MrDDT
Discord @mrddt
Grim Press Discord (Publishing/Extensions/Modules)
Bethica Discord (West Marches RPG)
PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!
-
May 16th, 2025, 04:30 #703Zealot
- Join Date
- Nov 2018
- Posts
- 98
-
May 23rd, 2025, 13:44 #704
Is there a way to simulate a condition stacking using BCEG, a la how Exhaustion works (i.e., add it once: “Exhaustion: 1”, add it once more, it changes to: “Exhaustion 2”.
Note, I’m not looking for exhaustion, I’m looking to auto-track a new condition that also stacks—and stacks way more than 6 times, so simply dealing with seeing it repeat multiple times on the effects tab of the CT isn’t desirable when it’s there 14-to-20 times.
Currently I’m slowly painfully peeling back how rhagelstrom’s separate Exhaustion extension works (as my prior attempts to add an additional “health” bar to track this condition as an extension produced no fruit), buuut even that hasn’t been going so well (I have only a moderate understanding of Python).
This post is more of a… desperate attempt, as I believe I read somewhere that rhagelstrom’s Exhaustion used to be a part of BCE, but was split into its own thing—which I assume means the previously included effects syntax required to stack bundles of effects (e.g., a prior effect has the capability to recognize another instance of itself, then replace both itself and its fellow instances with the appropriate version based on the sum of total instances) was removed. I love being wrong when it makes my life (or the world) easier though!
-
May 24th, 2025, 18:08 #705Crusader
- Join Date
- Mar 2019
- Posts
- 11
Hello community...
posted this a couple places on Discord and havent been able to figure it out. Reposting here......
=============================================
Hello community -- I am having trouble getting an effect to work. Its using Better Combat Effects Gold, but I am having trouble getting an answer on the Grim Press discord. So putting it here to see if anyone has a suggestion....
Here is my scenario.
I'm creating an effect for a PC. It is specifically for Divine Smite, but could be used in other scenarios. What it should do is this:
1) apply appropriate damage modifiers to the PC (Self) on its next damage roll
2) when the PC rolls damage, apply a custom effect to the target that expires when the turn is passed
(#2 could be applying any effect, but in this case it is a applying an AURA from Auras Visualized that would expire at the start of any actors turn)
I can get the individual parts of this to work, but not when its all put together.
So, for example, if I just want the PC effect to place the aura on the target next damage roll, it works fine. It applies the custom effect "Aura Vis Divine Smite" to the target.
But if I try to include the actual divine smite damage modifiers to the effect, the SDMGADDT piece just doesn't fire at all. I've tried several different arrangements/orders/etc. It just wont put the custom effect on the target.
Is this some sort of weird limitation, or am I coding this wrong?
image.png
-
May 24th, 2025, 20:52 #706
Replied in Discord here.
https://discord.com/channels/2745828...87293721870356-MrDDT
Discord @mrddt
Grim Press Discord (Publishing/Extensions/Modules)
Bethica Discord (West Marches RPG)
PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!
-
May 27th, 2025, 21:45 #707Zealot
- Join Date
- Nov 2018
- Posts
- 98
Returning to the topic of Weapon Mastery implementation, I'm curious if there would be a way to link up the extension with the Mastery checkbox that's part of the Actions tab's Weapon settings (see attached image), in addition to connecting to the Inventory Weapon settings, so the system can take into account specific weapons having their Masteries usable, rather than just having all weapons of selected Masteries.
For instance when it checks if
Then it would check whether a weapon that's being used has its mastery box checked; if it doesn't have it, then nothing happens. I'm not super knowledgeable of if it's possible with the way code works in FG, just thought I'd ask (and apologize if it already has).Code:Weapon Mastery: Sap; IF: MASTERY(sap); ATKHADDT: Sapped
ideaformastery.png
-
May 27th, 2025, 22:55 #708
That checkbox is a really bad way to track it, it's not displayed well, there is no limiting feature to it.
How this works:
1)Effect applied or not (normal for any effect)
2)Check to see if the weapon properties itself has the weapon mastery. (not the one in the action tab)
3)Checks to make sure you have the correct weapon mastery (the one in the abilities tab)
So all you need to do is change out the effects if you want to track your currently "equipped" masteries.
After a long rest you can change your masteries how you see fit. At this time you would remove the effect and apply the new mastery effect.
Example, you have a total of 2 masteries you can have "equipped" or "known" at any one time.
Say you want VEX and NICK.
You "equip" or apply those 2 effects only.
Then after a long rest, you want to swap out NICK for SAP.
You remove the NICK effect and apply the SAP effect.
We are working on changing the coding so instead of your abilities tab having all the weapon mastery features needed to be listed there as "Weapon Mastery: Sap" "Weapon Mastery: Grazed" etc. You would simply just have the "Weapon Mastery" feature, and it would complete that check for check #2 on the list.
But at this time it's not a major issue, just something we are working on.-MrDDT
Discord @mrddt
Grim Press Discord (Publishing/Extensions/Modules)
Bethica Discord (West Marches RPG)
PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!
-
May 28th, 2025, 10:28 #709
-
June 15th, 2025, 15:55 #710
Hello! I am trying to automate Topple in a different way but it doesn't want to work for me. I'm trying to put the effect on the quarterstaff with with only BCEG and Advanced Effects loaded I can get the save to trigger on a damage roll but failure doesn't apply the prone condition. Let me know what needs to change, if anything. I used the Mace of Smiting as an example.
Thanks!
Screenshot 2025-06-15 at 10.48.35 AM.png
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)

Reply With Quote



Bookmarks