• 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

Zero vs None Spells per day

TobyFox2002

Well-known member
I've encountered an interesting problem, in creating a prestige that has its own spell list.

The prestige has a 0 value for the each of the level of spells it gets as the first in progression (Thayan Slaver, Unapproachable East p.38):

Code:
1st   2nd   3rd  4th
0     --    --   --
1     --    --   --
1     0     --   --
1     1     --   --
2     1     0    --
etc, etc

The level where there is a zero does not imply they don't get any, but instead is supposed to be only from bonus for high attribute. The problem I have is when I try and enter a zero for the spells per day array/matrix whatever, it clears itself and treats it instead like they don't gain any spells.

I don't exactly know how to get this to work as it should, or if it is possible to do so.
 
Back
Top