Thread: 5E - Better Combat Effects Gold
-
February 27th, 2025, 05:08 #681
I can look at short rest and some sort of conditional based on damage type. You may be able to do the damage type with another ext but it escapes me if that is possible some way or not
-
February 27th, 2025, 07:29 #682
-
March 11th, 2025, 22:34 #683
- Join Date
- Sep 2018
- Posts
- 7
I am trying to get the "tic OR toc ELSE clock" function to work. I unloaded all other extensions to test. If I use the given example in the Read Me:
IF: 1 CUSTOM(tic); OR IF: 1 CUSTOM(toc); ADVATK; ATK: 10; ELSE: 1; DISATK; ATK: -10
If I give the Character the "tic" condition it works and gives ADVATK and ATK: 10, but if I give the "toc" condition it does not give ADVATK or ATK: 10, and the Character still has DISATK and ATK: -10. Am I missing something? My goal is to give a Displacer Beast the GRANTDISATK unless it is stunned or incapacitated. The string I'm trying to get to work is:
IF: 1 CUSTOM(Incapacitated); OR IF: 1 CUSTOM(Stunned); Nothing; ELSE: 1; GRANTDISATK
-
March 11th, 2025, 23:21 #684
-
March 15th, 2025, 23:26 #685
- Join Date
- Nov 2018
- Posts
- 58
Hello again.
I noticed that this extension includes mastery support, and I was curious as to how it is meant to be applied to a creature in combat. My party's martials (well, really the Fighter; Paladin's rocking his unarmed fighting stuff) have a hard time remembering to use their masteries and I was curious how the syntax is supposed to work. For instance, how would a Shortsword's Vex be applied?
-
March 16th, 2025, 03:00 #686
Appears BCEG conflicts with AE so if running both it's not working I'll get a fix out Monday. When fixed, there are a couple of ways to do it. You can use AE and edit each weapon with the effect and set to action only. Or you can do the following which is a generic vex and will work with any weapon that has the vex weapon mastery property. The same applies for any mastery.
The actor will have to have the weapon mastery feature and then you edit that line, separated by commas to define the actors chosen weapon masteries. I want to improve this a bit as it is a bit wonky I think and was hoping SW would do it for me but so far no dice. I might just come up with a UI option for it as much as it pains me to add UI to this ext.
-
March 16th, 2025, 08:29 #687
- Join Date
- Apr 2020
- Posts
- 112
This is how I did vex; 2 parts. The one under "traits" is always on - I use a Traits section for everything I need to replace if someone's removed and re-added to the CT.
vex.png
-
March 17th, 2025, 21:10 #688
Version Update: v5.45
Feature: OBSCURED accepts descriptor illusionary - no sight check on bearer. truesight, blindsight, tremorsense for everyone else
Fixed: Conflict with Advanced Effects
Fixed: Documentation for or/else
Changed: Display conditions messages marked as GM only
-
March 18th, 2025, 03:27 #689
- Join Date
- Nov 2018
- Posts
- 58
Okay, with Advanced Effects and BCEG compatible again, I put together what you guys came up with to create the following Mastery codings;
Vex.
Targeting self/AdvEffects:
Code:Vex; IF: MASTERY(vex); SDMGADDT: !VexAdv(A distinguishing marker based on the PCs name to seperate them from other PCs, IE the first letter of their name; this will appear as X later on) VexerX (This is its own effect, so that the bonus only applies to you and not to others or to others you target)
Code:!VexAdvX; IFT: CUSTOM(VexerX); GRANTADVATK; [SRE]; [D: 2]; [ROLL] (note that you should make one for each party member with Weapon Masteries)
Targeting self/AdvEffects:
Code:Graze; IF: MASTERY(graze); ATKMADDT: !Graze
Code:!Graze; DMGA: [STR] slashing; [RS]; [D:2]
Targeting self/AdvEffects:
Code:Sap; IF: MASTERY(sap); SDMGADDT: !SapDisX
Code:!SapDis; DISATK; [SRE]; [D:2]; [ROLL]
Targeting self/AdvEffects:
Code:Slow; IF: MASTERY(slow); SDMGADDT: !Slow
Code:!Slow; SPEED: -10; [SRS]; [D:2] (works great with Step Counter + Walk This Way by Farratto)
Last edited by metaldm007; March 18th, 2025 at 05:25. Reason: clarification and corrections for Vex rules
-
March 18th, 2025, 04:23 #690
One note I neglected to mention that is important for 2024 mostly for npc is if it isn’t a spell from the phb the attack is a weapon attack. They did away with attack type for npcs. So paralyzing touch by lich. Not magical and not a spell. Arcane burst. Not spell not magical. By rule of omission
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks