• 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

First Level Bloodline and Domain Powers

I've been scouring the forums, and trying to think of items that I could use to review the coding on, and I have not come up with any ideas on what to use as a starting point.

Is there a coding way to add number of uses to a Sorcerer's First Level Bloodline Power or a Cleric's First Level Domain Power, without checking for each individual power and increasing the trkMax field on each one?

Thank you.
 
There are racial favored class options from various books which add uses to a Sorceror's 1st level bloodline powers or a Cleric's 1st level domain powers.

For bloodline powers they use "component.BaseClSpec & ClSpecWhen.1 & SpecSource.cHelpSor & Custom.AttrUses3" (possible typos, since retyped manually) as the candidate expression to search for possible powers.

For domain powers for clerics they use a similar expression with "SpecSource.cHelpClr" instead of "SpecSource.cHelpSor" for domain powers.
 
Back
Top