![]() |
Junior Member
Join Date: Oct 2018
Location: Colorado Springs, CO
Posts: 16
|
I'm trying to create a +2 Studded Leather armor magic item. It would have the same ability as the Cloak of Elvenkind with the addition of giving the wearer the ability to turn invisible (per the spell) 1/short rest.
I've got the +2 bonus and the invisibility part figured out, but I cannot figure out how to give the armor the advantage to hide checks like the Clock of Elvenkind does. Please help! |
![]() |
![]() |
Senior Member
Join Date: May 2016
Posts: 608
|
The eval script on the cloak runs at pre-levels/10000 and only has the following:
Code:
doneif (field[gIsEquip].value = 0) doneif (field[gIsAttuned].value = 0) #situational[hero.child[skStealth],"Advantage on checks to hide",field[thingname].text] |
![]() |
![]() |
Junior Member
Join Date: Oct 2018
Location: Colorado Springs, CO
Posts: 16
|
Hey, @dungeonguru —
I would copy/paste your quoted code into the eval script correct? Pardon the late reply, I had no idea anyone ever responded. |
![]() |
![]() |
Senior Member
Join Date: May 2016
Posts: 608
|
Yes, you would need to copy/paste this script into the eval area - making sure the timing phase is what I mentioned.
Slow responses are normal over the holiday season anyway. |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|