• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Magic Item Creation

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!
 
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]

This is always on while the item is equipped and attuned, if you need to make it only when activated or something, I think we can find some code examples to help out.
 
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.
 
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.
 
Back
Top