• 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

Create Item You Can Add To Weapon?

gauldin

Active member
Is there a way to create an item that you can attach to another item (in this case a weapon) to give it additional powers? What I'd like to create is a "Hilt-guard of Harmonizing", which can be attached to any light blade to give that weapon the Harmonizing power (custom power I "borrowed" from 3.5). I'm just not sure how to "link" one item to another. I'm looking at the Wayfinder/Ioun Stone relationship as a possible model (i.e. make the hiltguard a container you can put a light blade into), but I'm not clear how to tell what's being held by the container to affect that item's properties.

Is this a reasonable approach, or is there a better way? Or should I just tell my player "add the Harmonizing power to your rapier".
 
One other thing that has me scratching my head here. While I'm still trying to figure out how to work on the contents of a container, I decided to start by just creating the basic container itself. I started with a copy of Wayfinder, and changed the Hold Limit to be wFtrGroup.BladeLight. As hoped, this lets me add a dagger or rapier to the Hilt Guard container, but not a hammer or chain shirt. However, if I have a masterwork or magical light blade, it WON'T let me add it to the container, even though it has the wFtrGroup.BladeLight tag. Any idea what's causing this behavior?
 
Custom items like masterwork/magical weapons rely on eval scripts to pull the tags and whatnot from the contents inside them (in this case the wFtrGroup tag). Eval scripts only occur once an object is added to the hero and becomes a pick. Hold limit scripts, however, occur before eval scripts and so only will detect tags that begin on the considered item.

I think AndrewD2's idea is probably the best solution.
 
Or should I just tell my player "add the Harmonizing power to your rapier".
Honestly I would just do this. Then you can say its coming from the "hilt" but really your just adding a single power to a weapon.

This is about the same when you add "spikes" to a suite of armor its added just like a "power" is added.

never mind. Guess I shouldn't sit all day on a post before hitting submit.... :)
 
Thanks, everybody. I guess I'll just go the brute force route. It's funny ... some things that seem complex turn out to be pretty easy in the editor, but some things you think should be easy turn out to be nigh impossible.
 
Back
Top