Thread: 5E - Better Combat Effects Gold
-
March 18th, 2025, 20:44 #691
Vex.
Targeting self/AdvEffects:I would put this directly on the feature in the abilities list if you have this mastery.
Code:Vex; IF: MASTERY(vex); SDMGADDT: VexedX
Code:VexerX
In the custom effects tab:
Code:VexedX; IFT: CUSTOM(VexerX); GRANTADVATK; [SRE]; [D: 1]; [ROLL]
Graze.
Targeting self/AdvEffects:I would put this directly on the feature in the abilities list if you have this mastery.
Code:Graze; IF: MASTERY(graze); ATKMADDT: GrazedS
Code:Graze; IF: MASTERY(graze); ATKMADDT: GrazedD
In the custom effects tab:
Code:GrazedS; DMGA: [STR] slashing; [RTS]; [D:1]; [ACTION]
Code:GrazedD; DMGA: [DEX] slashing; [RTS]; [D:1]; [ACTION]
Sap.
Targeting self/AdvEffects:I would put this directly on the feature in the abilities list if you have this mastery.
Code:Sap; IF: MASTERY(sap); SDMGADDT: Sapped
Code:Sapped; DISATK; [SRE]; [D:1]; [ROLL]
Slow.
Targeting self/AdvEffects:I would put this directly on the feature in the abilities list if you have this mastery.
Code:Slow; IF: MASTERY(slow); SDMGADDT: Slowed
Code:Slowed; SPEED: -10; [SRS]; [D:1]
Topple.
Targeting self/AdvEffects:I would put this directly on the feature in the abilities list if you have this mastery.
Code:Topple; IF: MASTERY(topple); ATKHADDT: Toppled
Code:Toppled; SAVEA: 8,[STR],[PRF] CON (RA); SAVEADD: Prone; [RTS]; [D:1]
As for the others, Cleave works best as a damage debuff (-[STR]) that's applied as an effect from your actions tab (I can't imagine automation would be easy outside of a built in prompt that pops up on every hit with Cleave weapons), Nick isn't necessary to code (unless you have an extension that tracks actions and bonus actions, maybe?), neither is Push (forced movement of enemies is a DM thing)
I cleaned up some stuff.
When using some of the cycles (like SRE), you don't need to make the duration 2, it will automatically do that for you, so always keep the durations the correct duration. The Screenshot that he posted showed a 2, because the effect was already placed in the CT, which part of the effect does when it has something like SRE is adds a +1 to the duration.Last edited by MrDDT; March 19th, 2025 at 06:22. Reason: Updated Info
-
March 18th, 2025, 21:27 #692
- Join Date
- Nov 2018
- Posts
- 58
Last edited by metaldm007; March 18th, 2025 at 21:34.
-
March 18th, 2025, 21:34 #693
-
March 24th, 2025, 14:01 #694
Apologies if this has been answered, couldn't find anything with a keyword search. Looking at Gold it talks about the extra 5e compatability, is there a reference for what new additions also work for 3.5/pf1e, or is all the new content 5e only? Would love to have some of the new effects if they'll work for me
-
March 24th, 2025, 14:26 #695
-
March 27th, 2025, 04:51 #696
- Join Date
- May 2015
- Location
- Novo Hamburgo, Brazil
- Posts
- 12
Does anyone have the code for the Compelled Duel spell effect?
-
March 31st, 2025, 23:05 #697
- Join Date
- Apr 2020
- Posts
- 112
Getting an error with the FG option "remove on miss" set to "multi". This normally removes the targets who save vs an effect, unless the effect is damage in which case they are left targeted but flagged for half damage if appropriate, then removed after the damage is rolled. Essential for area of effect spells.
With no extensions: works correctly. "banishment" removes targets that saved. "fireball" deals full damage to those that failed, half to those that succeed, then removes those that succeeded.
With BCEG as the only extension: "Fireball" correctly applies half damage to those that succeed. But in both test cases, targets are not removed at all, and "banishment" effect, if clicked on, hits targets that failed as well as succeeded.
To make this easier to test, give one target SAVE: 20 and another one SAVE: -20
-
March 31st, 2025, 23:15 #698
This has been reported, thank you for the report. Fix should be going out today.
-
April 1st, 2025, 15:43 #699
Version Update: v5.46
* Fixed: Success saves not removing targeting with MULI option
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks