PDA

View Full Version : Blinded Condition not respecting IF statements for vision only.



MrDDT
December 7th, 2025, 20:34
Running into an issue that the Blinded effect coding in 5E is not respecting IF statements but only for vision not the rest of the condition.


Testing; IF: TYPE(beast); Blinded

That coding above will block vision for all creatures even non beasts. But it will only give DIS on attacks to beasts.

Moon Wizard
December 8th, 2025, 00:06
VISION tags do not support conditionals nor targeting; since they would have to be all triggered again any time a possible conditional field was changed on source or target.

JPG

MrDDT
December 8th, 2025, 07:08
Thanks, I thought this was the case but had to check, thank you.