• 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

Adjustment for Spells Cast Per Day

RavenX

Well-known member
Mathias,

Now that I have teh spells memorized and spellbook taken care of I am attempting to figure out how to build the appropriate adjustment piece that increases the character's spells per day. While looking at Components.Core I found that adjustments only have one candidate field but in pathfinder you have an adjustment that requires two candidates, one for the class and another for the level of the spells. I take it I will have to modify the core component to do this?
 
Alright, so I've messed with the adjustments, gotten the adjustments arranged like I wanted them, but I can't seem to figure out who to get the spell level part of the adjustment working like it does in Pathfinder. How do I get the spell level choice working on this? I noticed Pathfinder uses a field, pSpellLvl to handle the level of the spell chosen but I am not sure what to do on this.
 
What are you having a problem with?

You know how to set up a user-controlled field, right? You know how to create an incrementer or edit box or something that only appears on a pick template while a tag is present, right?
 
Just add a user-controlled numeric field, add an incrementer for it (or use a menu_literal if you like Pathfinder's style), and then reference that field's value in your scripts.
 
Back
Top