• 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

+1 Spellcaster level or add spellcasting

TCArknight

Well-known member
Is there a prestige class that adds +1 Spellcaster level if prior spellcasting ability, or adds spellcasting ability if not? I'm working on the Psychic Fist for the Psionics Unleashed dataset, and this is how they gain the Manifesting abilities.

Is it possible to put it in a script?
 
I don't think there is an example of that in the Core Pathfinder files, but there is an example from the d20 Community files I did. Look at the script on the Knight of the Sword prestige class for how I did that. It was probably crude, but if I remember correctly it involved setting many different arrayvalues on the class helper.
 
Another option is to cheat like another nameless character builder group did, they made Psychic Fist twice, 1 continuing in Spellcasting class, and 1 for adding the spellcasting ability, it's dirty, I know, but just a thought.
 
OK, getting a lot of this with arrays.

However, I try linkage[spellattr].value = aWIS to set the spellcasting attribute and I get an undefined variable error.

Thoughts or suggestions? :)

Thanks!
Thomas
 
Back
Top