• 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

Increase max rank limit for specific skills?

The Helper.SklErRanks tag is added when too many skill ranks are applied. I think you could do this with a little work.

Make the feat, and bootstrap to it 6 unique invisible specials (one for each stat, so that multiple selections of the feat stack). On the feat have an early script detect which stat is selected and add 1 to the appropriate bootstrapped special.

On the bootstrapped specials have scripts that detect if they have a non 0 value, then do a foreach through each of the skills linked to their attribute (look at circlet of persuasion to see an example of detecting linkage in skills).

Inside the foreach, check if the skill is a class skill or not, and then compare it accordingly with the hero's Hit dice. If it is within "normal appropriate" ranks and "normal appropriate ranks + Value field of this special", then delete the Helper.SklErRanks. Otherwise do not. This step is likely to be finicky as to phase and timing, so you may have to experiment with when it should be run.
 
Back
Top