• 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

Apply Endure Elements to item

mattesonweb

New member
I am trying to replicate the Crystal of Adaptation from the Magic Item Compendium. I need to have a spell adjustment of Endure Elements present when I equip the item. I have the item all set I just can't figure out how to apply the Endure Elements once it's equipped.

Thanks for any help!
-j
 
Remember that not everyone owns every book you do, and has the book open to the same page you do.

I do own this one, but it's well buried.

May I recommend you quote the rules you're trying to implement?
 
In this case the easiest method would be to simply bootstrap the Adjustment Thing to your new magic item. This will cause the Adjustment to to be added when ever the magic item is added to the character.

To have the adjustment only appear when the item is equipped you can put a Condition... on to the bootstrap. In the condition button on that bootstrap, add the following:
Phase; First, priority: 500
Code:
fieldval:gIsEquip <> 0
 
Back
Top