Thanks.
Printable View
Thanks.
There are plans to set darkvision, low-light vision, etc. in Unity?
Added a new video all about the new occluders that were added recently.
Updated today to see how it was going and found the new Occluders (full missed any discussion on this but found the thread that I am guessing started it all) and then found this thread. Many thanks to the team for the awesome upgrades to the LOS package these look awesome. Also huge thanks to Zacchaeus for this great set of videos! You guys always impress with the work you do!
Couldnt find a solution for this, In Lost mines of Phandalin, there is a breastplate Dragonguard with the following ability " it grants its wearer advantage on saving throws against the breath weapons of creatures that have the dragon type"
Is there a way to add this effect to the breastplate and automate it. I tried "IFT: TYPE(dragon); ADVSAV " but this gives adv on all saves.
No, IFT doesn't work because IFT is used to evaluate the target of an outgoing attack, not the source of an incoming attack. You can make a non-functioning reminder type effect you you want something on the CT. But otherwise you just need to click ADV before rolling your save.
This is not right, IFT can also be used for incoming attacks, like IFT: TYPE(orc); AC: 100 :) IFT just tells the effect to look at the opposed actor, regardless whether that actor attacks or defends :) However, one cannot code it just against breath weapons of dragons, except with using CUSTOM maybe and giving the dragon always a certain one-shot tag when they use the breath weapon :)