PDA

View Full Version : Blade Ward - 2024 PHB



ShadeRaven
September 6th, 2024, 16:58
Guessing there's no [SELF] effect to emulate the new Blade Ward effect to have strikes against the caster come with a -1d4 penalty, short of applying a temporary ATK: -1d4 on each individual attacker who goes after the caster.

But just in case, is there any way to automate this 1 minute spell or at least plans to support it in the works?

superteddy57
September 6th, 2024, 17:30
Currently the wiki provides the effect tags we have and the developer note's thread provides the new ones we have added. So it would have to be handled how you could handle it now as I don't see anything currently that would provide that automatically with just one tag. It is something we can look into for a future expansion of the code.

estrolof
September 6th, 2024, 22:04
If you have Better Combat Effects (Gold) could you do:

EFFECT 01: BladeWardA; AC: +1d4; EXPIREADD: BladeWardB; DUR: 1
EFFECT 02: BladeWardB; AC: +1d4; EXPIREADD: BladeWardA; DUR: 1

And set it to Remove at End of Turn. It wouldn't roll it every attack, but it's only a 1d4, so the swing at Round to Round vs Attack to Attack...meh?
Or, Maybe (and I don't have the program open) set it to Remove, Once per Modifier? Can't remember if that is an actual option for removal vs disable.

[EDIT], obviously, this doesn't address the Duration: 1 Minute, but in my experience, most combats don't last the minute anyway.

kalgor89
November 14th, 2024, 05:02
So I target all enemies to cast this spell, but question, is their a way to make it target me without having to drag the blue drag on to new effect target for each enemy so it only applies the 1d4 modifier when attacking my character?

Zacchaeus
November 14th, 2024, 09:12
You should be able to set up an effect of ATK: -1d4; (C); set to self and target all of the enemies and then SHIFT Click to apply the effect to all of the enemies (or apply the effect first to the character and then use the targeting reticule and drag that onto the enemies). Those enemies should then get a -1d4 to attack rolls against only the character applying the effect. However this isn't working so I suspect there is a bug somewhere in the effect targeting system.

Edit: As pointed out in another thread the above is incorrect (it gives the opposite of what is intended). The ATK: -1d4 would need to be applied to the target(s) and then using the targeting reticule drag the effect back onto the caster. Or do what @humby suggests below.

humby
November 14th, 2024, 17:05
Is this what you're after? Apply the first effect to the enemies, second effect to the caster:

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=62598&stc=1&d=1731603506

Griogre
November 14th, 2024, 19:34
Your example works, but no they are trying to use 3rd party targeting which doesn't need two effects. Third party targeting in 5E does seem to be broken, I tried it a few sessions ago and it didn't seem to work - but I was in a hurry and ended up using something like humby suggested above.

rhagelstrom
November 14th, 2024, 22:05
You can use BCEG to do it


Bladeward; GRANTATK: -1d4; (C) [DUR=1 min] [SELF]

kalgor89
November 15th, 2024, 01:23
Thank you, that was exactly what I was looking for. :)

rhagelstrom
November 15th, 2024, 03:30
You can thank @Farratto for that one. He submitted the code. And blade ward is the use case