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):
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.
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.