Originally Posted by
flynnkd
I've been using this tool for some time and only recently had a closer look at how it works. I had assumed (wrongly) that if I applied an effect to a sword that checked for undead and added +2 dmg it only applied to that sword. But it seems that once an effect is loaded onto a player it applies to everything, every weapon or dmg event.
Is there a way to apply an effect specifically, only, to an item when it is used? I am guessing not but can't hurt to ask.
Also, if you use an IFT can I have multiple efects from the one check? eg IFT: TYPE(Undead): ATK 2; DMG 2; or do you have to check for each mod... IFT: TYPE(Undead): ATK 2; IFT: TYPE(Undead): DMG 2; or can you use commas? IFT: TYPE(Undead): ATK 2, DMG 2; (not sure if colons and semis are right but you get the point).