• 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

Feeling lost

ErinRigh

Well-known member
Maybe I'm just tired, but I can't wrap my head around this.

I want to add a wondrous item (amulet of mighty fists) that also adds keen (impact) and speed to unarmed strikes.

And frankly I am lost

Please help
Erin
 
Sorry sort of forgot. Yes possible. Basically if you look at the item powers you mentioned they will give you the tags to apply.

Then simply do:
Code:
perform hero.childfound[wUnarmed].assign[XXXXX]
perform hero.childfound[wUnarmed].assign[YYYYYY]
Replace XXXXX & YYYYY with the tags you got from the item powers.
 
Back
Top