PDA

View Full Version : Coding Insignia of Claws



OB1Sean
November 1st, 2020, 22:27
Trying to coded a effect for Insignia of Claws from Horde of the Dragon Queen
just wonder if what I have would work to make the attack rolls +1 and Dmg rolls +1 and count as magic so if i put the effect on the pc that it will apply these to the attacks

Insignia of Claws
Effect
ATK (1),DMG (1),DMGTYPE (Magic)

thanks for any and all help

LordEntrails
November 1st, 2020, 22:31
Your syntax is wrong for 5E. Please see this wiki page for proper syntax;
https://fantasygroundsunity.atlassian.net/wiki/spaces/FGU/pages/884913/5E+Effects+for+Advanced+Automation

I have not tested, but it should be something like this;
ATK:1;DMG:1,magic

OB1Sean
November 1st, 2020, 23:00
thank you will try that out

OB1Sean
November 1st, 2020, 23:39
I tried that and it works but only makes the extra 1 DMG magic and not the whole attack not sure if there is a way around that

OB1Sean
November 1st, 2020, 23:49
got it to work with your link thanks for your help

ATK:1;DMG:1;DMGTYPE:magic

LordEntrails
November 2nd, 2020, 00:07
Glad you got it and thanks for posting the answer :)