PDA

View Full Version : Dragon Armor Effect



Apocrypha
May 20th, 2020, 03:31
I have a character that has magic armor that gives him advantage on saving throws made against a dragons breath weapon. How can I code that?
IFT: TYPE(dragon); ADVSAV doesn't seem to work.

Scuba72
May 20th, 2020, 03:48
Last time I checked that effect cant be coded. I think the best that can be done is to create an effect like, "Dragon Armor; ADVSAV:" targeting self and expiring on next roll and just have the character click the effect before forcing the save. I dont think it can be automated but I will be pleasantly surprised if Im wrong.

Scuba72
May 20th, 2020, 03:52
Seems like youre looking for something similar to what is in this thread.
https://www.fantasygrounds.com/forums/showthread.php?58099-Demon-Armor-Effect
As Zac states here Saves arent targeted so no IF or IFT statement will work.

Apocrypha
May 20th, 2020, 06:17
Yeah, looks like I'll just have to create a power that has ADVSAV on it that I'll click when a dragon is going to breathe on me