Thread: 5E - Better Combat Effects Gold
-
December 14th, 2022, 06:56 #321High Templar
- Join Date
- Jun 2017
- Posts
- 173
Would it be possible to add an operator that activates/removes/deactivates an effect when you lose all of your current temporary hit points? As an example, if a creature had a feature that was something like "Flymoth gains 50 temporary hit points, and until they lose them have advantage on all attack rolls they make", would an effect automatically remove the ADVATK when the temporary hit points are gone be possible? Something like TEMPLOSER/TEMPLOSEA/TEMPLOSED? This kind of thing is common in third-party and homebrew content, so it would be neat.
-
December 14th, 2022, 13:21 #322Templar
- Join Date
- Jun 2019
- Posts
- 107
-
December 14th, 2022, 14:01 #323
-
December 16th, 2022, 16:20 #324
I'm not sure exactly what I'm doing wrong, but the [SDC] for my cleric doesn't seem to be applying correctly. I'm trying to set the effect for spirit guardians like so:
My cleric has a 20 in Wisdom, and is proficient, and is at level 9. So, the save should be 8+5+4 = 17, but when I apply the effect to the player in the CT, it doesn't add the ability modifier, so instead of 17, it's at 12.Code:Spirit Guardians; AURA: 15 foe; SAVES: WIS [SDC] (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved; [SELF]
When I try and use the breakdown replacement from the ReadMe file and replace [SDC] with the following:
, the effect in the CT is wrong, like it's not parsing correctly. It shows in the CT likeCode:Spirit Guardians; AURA: 15 foe; SAVES: WIS 8,[WIS],[PRF] (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved; [SELF]
So that doesn't make any sense.Code:Spirit Guardians; AURA: 15 foe; SAVES: 5 WIS 8 [PRF] (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved; [SELF]
Also, I've tried this, and the value is correct, but the save type isn't listed.
and in the CT it just shows "SAVES: 17 (M)(H)"Code:Spirit Guardians; AURA: 15 foe; SAVES: 8,[WIS],[PRF] (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved; [SELF]
I can hard code it, and just put in "WIS 17 (M)(H)", but I figured use the tools I have available to automate it.
UPDATE: I just realized I didn't try to put "WIS" at the end, but before "(M)(H)", and doing so fixed my issue.
So, it looks like this:
Code:Spirit Guardians; AURA: 15 foe; SAVES: 8,[WIS],[PRF] WIS (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved; [SELF]
Last edited by ZelieDad; December 16th, 2022 at 16:23.
-
December 16th, 2022, 16:41 #325
Try this:
The DC number should be before the ability. It mostly works after the ability but that is legacy support for how things where done in the past and I changed it to go before for situations like this and it is also how FG expects things to work. Putting the DC after is considered deprecated and at some point in the future after enough time has passed will probably be removed.Code:Spirit Guardians; AURA: 15 foe; Spirit Guardians; IF: FACTION(notself); SAVES: [SDC] WIS (M)(H); SAVEDMG: 3d8 radiant; (C) : Movement Halved
-
December 16th, 2022, 21:51 #326High Templar
- Join Date
- Jun 2017
- Posts
- 173
-
December 18th, 2022, 02:02 #327
Version Update 3.34
Feature: Conditional operator SOURCE. True if the source of the attack, damage, save matches. Useful for defensive advantages against specific creatures
Fixed: DYING
-
December 19th, 2022, 01:26 #328Templar
- Join Date
- Jun 2019
- Posts
- 107
For the purpose of save syntax such as SAVEA, SAVEE, etc ...
It would cool if the [ability] range that allows you to specify an ability score like STR, DEX, etc, also allowed you to specify concentration.
There are spells such as sleet storm in 5E that force targets to make spell concentration saves when they are in the spell's effect, and there are all kinds of features that add bonuses or penalties to concentration saves, but not general constitution saves, so being able to parse between the two would be handy.
-
December 19th, 2022, 03:15 #329Templar
- Join Date
- Jun 2019
- Posts
- 107
For the record, I'm also having an issue where the [SDC] is not calculating correctly.
For example, I have a PC who is a warlock, has a proficiency bonus of +3, and a charisma modifier of +3.
They have the fey presence warlock feature, and I've coded it as follows:
The duration is set to 2 rounds, targeting is set to targets, and expend is set to never.Code:Fey Presence; SAVEA: [SDC] WIS (M) (R); frightened; STURNRE
The power group under which the effect is placed are set to group type abilities, ability set to charisma, and save DC set to 8+base+proficiency bonus.
When I drop this effect token onto a target, that target should be making a saving throw against a DC of 14, but instead, it's only a DC of 11.
I've deactivated every other module and repeated the error to confirm that it's localized to better combat effects gold, and I have the same issue occurring on all of the characters.
-
December 19th, 2022, 03:16 #330
I changed it to what you posted, but the now the save DC is only 12. The [SDC] isn't taking the PC ability modifier into account. See attached image, which has the character sheet, and CT.
Screenshot 2022-12-18 221101.png
Replacing [SDC] with "8, [WIS], [PRF] WIS" in the string does the trick.
Please let me know, if there is something I'm missing.
And just so I'm not missing something else, here is the player's character sheet main tab.
Screenshot 2022-12-18 221705.png
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)

Reply With Quote


Bookmarks