PDA

View Full Version : creating a effect from ittems



manthys
March 11th, 2025, 19:33
hi team ..

im trying to recreate a item effect in a magic cloack

-generate 5ft light: done
-when put the hood you grant disvantage in all melee atack , until you be hit: done
-always have , -2 melee attack from fiends and undeads: not done .. im try to use an effect "grandatk: -2" "self" but cant see work , and if there is a way to filter fiend and undead type , will be better

LordEntrails
March 11th, 2025, 19:49
Not that I can think of. If you wanted to the do the reverse your could use a 'IFT: type(fiend)' but that only works from the attacker to the target. No way I know of to do it on the target itself dependent upon who the attacker is.

More details; 5E Effects for Advanced Automation - Fantasy Grounds Customer Portal - Fantasy Grounds (https://fantasygroundsunity.atlassian.net/wiki/spaces/FGCP/pages/996642031/5E+Effects+for+Advanced+Automation)

Trenloe
March 11th, 2025, 20:00
IFT works in reverse for defensive effects. IFT: TYPE(fiend); AC: +2 would give the defender +2 to AC for attacks from fiends, and is effectively the same as the fiend getting -2 to attacks.

manthys
March 11th, 2025, 20:53
thanks for the feedback !!