Question for the more advanced coders here.
When dealing with a configurable (example the astral suit configurable in the 3PP Ultimate Psionics files), those racial custom abilities are (from what I can see) tied to the configurable by this tag:
<tag group="AllowRCust" tag="cfgPUAstSu"/>
My question is this...given that there are multiple classes and archetypes and now secondary classes that will give access to customizations (for those who don't know, these are synonymous with evolutions for the Eidolon), is it possible to have multiple tag groups that give access to this ability without having to recreate it for every class/archetype/secondary class that exists?
It seems that this method is used for powers, but I'm not 100% positive whether it can be used for racial custom abilities.
When dealing with a configurable (example the astral suit configurable in the 3PP Ultimate Psionics files), those racial custom abilities are (from what I can see) tied to the configurable by this tag:
<tag group="AllowRCust" tag="cfgPUAstSu"/>
My question is this...given that there are multiple classes and archetypes and now secondary classes that will give access to customizations (for those who don't know, these are synonymous with evolutions for the Eidolon), is it possible to have multiple tag groups that give access to this ability without having to recreate it for every class/archetype/secondary class that exists?
It seems that this method is used for powers, but I'm not 100% positive whether it can be used for racial custom abilities.