• 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

Making Zen Archery apply to all ranged weapons?

radionausea

Well-known member
Hi there, I think this is a fairly simple request for help :)

Basically I want to make it so that the zen archery class special of the zen archer archetype applies to all ranged attacks.

I've copied and pasted across the Eval Script from the original and edited it so that it reads as:
--------------
post-attribute priority 10000

~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)

field[abValue].value += maximum(#attrmod[aWIS] - #attrmod[aDEX], 0)

foreach pick in hero from BaseWep where "wCategory.RangePro"
eachpick.field[wAttBonus].value += field[abValue].value
nexteach

-----------

But it doesn't work. Is wCategory.RangePro not right for projectile weapons? I'll happily settle for getting it to work with just all projectile weapons but if I could apply it to thrown as well that would be great.

Thanks in advance for any advice and help
 
Back
Top