• 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

Calling Spellcasting Stat and Concentration

twells

Member
Hello,

I am trying to create a spell adjustment that add a bonus to skills and ability checks based on the selected attribute.

I have everything (skills, initiative [if changed from base Dexterity], etc.) EXCEPT concentration.

What I need to do is determine what the hero's primary spellcasting ability stat is, and if it matches the adjustment, then it adds an untyped bonus to the check.

It should look something like this:

~ Test to see if modified ability is the spellcasting ability
If function that searches for prime spellcasting ability
herofield[tConcCheck].value += field[pAdjust].value
endif

I could not see how concentration was derived from the debug picker, as nothings seems to be able to be picked, and my search foo is aparently not up to par to find it in thte internet ether.

Any help would be appreciated.

Cheers
 
Concentration isn't a skill in Pathfinder.
ShadowChemosh created an adjustment to add it like a skill - look at that in the editor and you can probably edit it to get what you want.
 
Thank you for the reply. I am really just looking at getting a code section to discover the primary casting stat of any character to then match that to a test.

I do not really need to figure out the concentration part, as I have that handled.

Thanks again.
 
Back
Top