PDA

View Full Version : Evasion Feature from Rogue in 5e doesn't appear to be working



Farratto
October 6th, 2024, 04:46
Here's a screenshot taken with no extensions loaded.
62278

Bonkon
October 6th, 2024, 05:41
Good Day Farratto :)
You need to have Evasion in the effects on the combat tracker for it to work, if I remember correctly. :)

johnecc
October 6th, 2024, 08:16
Bonkon is correct. On the Actions tab, do you have an Evasion entry with a button to the right of it? Is you do, click that and it should apply the effect.

Zacchaeus
October 6th, 2024, 08:33
See the first video are if you're unsure how to get the new effects to work https://www.youtube.com/playlist?list=PLvtWYj3HpGj5mTvgewAo4-vBsM_hFpiFE

Farratto
October 6th, 2024, 14:31
Thank you very much for your quick replies. That did the trick :-)

rhagelstrom
October 6th, 2024, 17:26
There is an issue in the code that is preventing this. line 448 in manager_action_save. rActor is undefined and should be rSource

superteddy57
October 6th, 2024, 17:31
It appears to be fixed in the latest build I have, so it either is going to be pushed with the next fix or need another look at the updated code. But not seeing this in the code at that line.

Moon Wizard
October 6th, 2024, 19:16
Thanks for reporting. I'll have this patched up on Tuesday.

Regards,
JPG

Farratto
October 9th, 2024, 16:07
Thank you for the fix. I tested it today and found that it works for success on the saving throw but not on failure of the saving throw. And this applies to having the Evasion feature in the abilities tab. If you have an effect named Evasion, it works for both success and failure. Find screenshot attached.62315

Zacchaeus
October 9th, 2024, 17:27
Indeed, I can confirm this. It only works on a successful save and not on a failure.

Moon Wizard
October 9th, 2024, 19:27
It looks like the Feature was never implemented for that portion. I've extended the check for the feature to save failure as well. Please run a new Check for Updates, and try again.

Regards,
JPG

Zacchaeus
October 9th, 2024, 19:30
It looks like the Feature was never implemented for that portion. I've extended the check for the feature to save failure as well. Please run a new Check for Updates, and try again.

Regards,
JPG


Perfect!