• 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

Pair of weapons as light when main & offhand?

TCArknight

Well-known member
Howdy!

I'm away from my laptop at the moment so I don't have the details on my version of code for this, but what I have is only partially working.

I'm trying to implement this ability from the Chakram Dervish fighter archetype.
At 3rd level, a chakram dervish treats chakrams as light weapons for the purpose of two-weapon fighting.

This replaces armor training 1.

The code I have will change the Chakram to a Light weapon by replacing the 1Handed with Light. However, it's only working for one of the two equipped Chakram.

I'm using a foreach loop which should change each one so I'm not sure where I'm missing it. Also, I am trying to make sure I am only changing the equipped Chakram in case someone happens to be carrying 3 or 4 only the ones in their primary and secondary hand should become light.

Is there already an example of doing something like this or where someone has already implemented this ability?

Other suggestions on how to go about it?

Thanks!
TC
 
Back
Top