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.
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.