• 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

Permanent Adjustments for Druid Spells

spannclann

Well-known member
There are adjustments for:
Spells Known (Select this adjustment to add to the number of spells known for a spontaneous casting class (ie Sorcerer)).
I see this value under Fields > Field ID: pCandExpr > Value: component.Class & CasterType.SpontKnow

Spells Memorized (Select this adjustment to add to the number of spells memorized for spellbook classes (ie Wizard)).
I see this value under Fields > Field ID: pCandExpr > Value: component.Class & CasterType.MemBook

What I do not see is an adjustment for Divine casters. I would like to create an adjustment for the divine casters, but i need to know the CasterType to use. Is it simply Divine?
 
I figured it out.

Divine spell casters fall under CasterType.MemAll

And I had to change a part of the Eval Script from "cMaxKnSpl" to "cMaxSpMem"
 
Back
Top