• 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

How to change Ki stat?

Quelos

Member
Hi, I'm making a 'ninja', and I need it to gain ki from the int stat and not the cha stat - how do I do that?
The plan was to do it as an archetype, at that would enable me to add other changes as well, but if there is an easier way, I'm open for that as well.

So far I've made a new archetype, and copied "cMnkKiPool" from the ninja class (under bootstraps) and just changed the tag "UseAttr aCha" to "UseAttr aInt" - that doesn't work and I get an error "undefined tag 'UseAttr.aInt'"

Any suggestions on how I go about making this work?

Thanks
 
HL is case sensitive. So it's aINT not aInt.

You could also just script the archetype to change the tag for you instead of making a copy of it.
 
Back
Top