• 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

Bonus Spell and DC Attributes different?

TCArknight

Well-known member
I'm trying to add the Spirit Shaman class to my HL and have one little quirk I can't figure out.

The Spirit Shaman uses Wisdom to determine Bonus Spells as well as Maximum Spells castable, but uses Charisma to determine DC of the spells.

Looking a the editor, I see a way to choose Bonus Spell attribute and Max Spell Level attribute, but nothing for DC...

Any Help?

Thanks!
TC
 
Well I made some feats that do something like that. Basically they remove the DC, setting it to 0 and then add back in the correct amount.

Post Attributes (Users) 11000

var bonus as number
bonus = hero.child[aWIS].field[aModBonus].value + 10

var minus as number
minus = hero.child[aINT].field[aModBonus].value + 10
hero.child[cHelpDrd].field[cSplSaveDC].value = bonus - minus
 
Did you finish Spirit Shaman?
I'm building it for a PC in my game, and I found this in my search.
 
Back
Top