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