• 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

Ghost Touch

Hello!

I am trying to figure out how to go into the editor and add the ghost touch quality to an item. Any idea where that setting is?
 
You normally wouldn't add this in the editor, but add it as a 'New Magic, Custom or Masterwork weapon' on the weapon tab.
 
On the Weapon, Magic tab, use the "Weapon Powers" option, and on the Armor, Magic tab, use the "Armor Powers" option.
 
Thanks guys. In this case, I am not trying to adjust a weapon or piece of armor.

I am working with the Ghostly Trappings trait for the ghost and want to indicate which items the ghost has brought with her. When I equip her belt of dex, for example, it turns red because the system says she can't wear it. So I want to figure out how to create an incorporeal belt of dex. Does that make sense?
 
In that case, you are going to have to do one of a couple things. Ultimately, to make that message go away, all equipped items have to have the following tag:

Ability.iGhostTch

You can add this either in a new item in the editor, or perhaps make an adjustment that can add this to any specific item on the hero.
 
Thank you!

Out of curiosity, is there a guide anywhere on creating new adjustments? I'm still new at a lot of this stuff and I am apparently too dense to figure that one out.
 
Adjustments are not really any different from any other 'things'. They've got a checkbox, have the ability to have a couple dropdowns or text boxes, and can run any number of scripts, and bootstrap on any various other things onto the hero, or other containers. For this, you'll be adding a tag to an item. The best way to learn is to copy existing adjustments. In this case, the adjustment that would likely be the best to copy would be the Equipment Broken adjustment. It is already set up to select from all equipment on the hero, and the first Eval Script in it adds some working to the name, and adds a tag to the item, pretty much exactly what you want to do. You can throw out the other scripts from the broken script, as they are for setting reduced value and such to the broken item.

Then, when you actually use the adjustment, you would add them on the Personal tab, under Permanent Adjustments. select the item, and enable the adjustment. That should add the tag, and then when you equip said item, it should not show as a validation error.
 
Back
Top