• 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 Items with multiple parts, different abilities when have both parts

MNBlockHead

Well-known member
What is the best way to deal with magic items that come in parts where each part has an ability but together they impart additional powers?

Right now, out of ignorance and laziness I create each part as a magic item and then create a separate item for both parts.

E.g.

Left Eye of the Tiger (gives frightful roar)
Right Eye of the Tiger (gives jungle camouflague)
Both Eyes of the Tiger (gives the abilities of the individual eyes, plus at-will polymorph into a tiger).
 
What I did was make piece one of a set count as a Container. Then you put each additional piece into the container part.

Then you have a eval script check to see if a part is in its container. If it is, it activates addition powers on the container item.

In my case its a set of armor that grants abilities and bonus based on power gems that have to be installed in the armor.
 
Thanks. I'll need to spend some time learning to write eval scripts. A chore in the short term but a better approach than my kludge.
 
Back
Top