• 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

Bootstrapping Spells to an Item

spannclann

Well-known member
I am needing to bootstrap spells to an Item. I know I need to

1. Go to the bootstraps tab
2. Click to add another bootstrap
3. Choose the spell I want

What I need help with is the Conditions and Tags for this item. I want the condition to be level based, so (from my research) I believe that "count:Classes.? >= 12" needs to be entered here.

What I want is to specify the spell can only be used once per long or short rest. Delving into the Spider Staff magic item it seems the Bootstrap Tags section is where I need to put that. Is that correct?
 
Take a look at the Orb of the Stein Rune in the SKT file. It does exactly what you want.

  • You want the field "trkMax" to be 1 (as in, one use per whatever, see next bullet).
  • Add the tag group "Usage" with the tag "ShortRest". The ShortRest tag automatically resets on both a short and/or long rest, which is convenient.
  • Add the tag group "Helper" with the tag "ItemSpell". This tells HL it's a spell coming from an item.

Your conditional I'm blanking on. Try it and see if it works.
 
Last edited:
Take a look at the Orb of the Stein Rune in the SKT file. It does exactly what you want.

  • You want the field "trkMax" to be 1 (as in, one use per whatever, see next bullet).
  • Add the tag group "Usage" with the tag "ShortRest". The ShortRest tag automatically resets on both a short and/or long rest, which is convenient.
  • Add the tag group "Helper" with the tag "ItemSpell". This tells HL it's a spell coming from an item.

Your conditional I'm blanking on. Try it and see if it works.

You are a genius Sir! My conditional works fine and your example is perfect.
 
Back
Top