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.
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
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