I was selecting spells for a class feature in a drop down menu (warlock - eldritch invocations - book of ancient secrets). The description for the invocation reads "Select two spells to add to the book of shadows" but the selection showed three drop down menus.
In addition when I would make a selection in the third menu the page would refresh and create an additional fourth menu, this process repeats if you select a fourth spell refreshing then creating a fifth menu ect. The menu created would spawn below the third dropdown menu with the chosen spell in the new menu not the third. This leaves the third menu in the "-choose a spell-" option and able to choose again.
The spell selection menu did not take my known spells into account including the previously chosen option on another dropdown menu. I noticed that on other parts of your website that when a selection is made the page refreshed and the selected option is removed from the relevant lists I.E. the list of invocations.
I think that the third menu not only should not be on the page (due to the rules as written) but is causing this error in your code interacting with the page refresh function and possibly the part of the code that checks for spells known when populating the list for the drop down menu.
This is on purpose -- the feat Ritual Caster works the same way. Both features allow for you to add spells later as you find them while playing. This is what you're seeing. Also, since the character builder doesn't know if you're building a brand new character who just gained this feature, or if you're building out (for example) a 10th level character and want to account for what they might have found on average, it's available at setup and not a separate feature (which would, just generally, also involve additional coding).
I was selecting spells for a class feature in a drop down menu (warlock - eldritch invocations - book of ancient secrets). The description for the invocation reads "Select two spells to add to the book of shadows" but the selection showed three drop down menus.
In addition when I would make a selection in the third menu the page would refresh and create an additional fourth menu, this process repeats if you select a fourth spell refreshing then creating a fifth menu ect. The menu created would spawn below the third dropdown menu with the chosen spell in the new menu not the third. This leaves the third menu in the "-choose a spell-" option and able to choose again.
The spell selection menu did not take my known spells into account including the previously chosen option on another dropdown menu. I noticed that on other parts of your website that when a selection is made the page refreshed and the selected option is removed from the relevant lists I.E. the list of invocations.
I think that the third menu not only should not be on the page (due to the rules as written) but is causing this error in your code interacting with the page refresh function and possibly the part of the code that checks for spells known when populating the list for the drop down menu.
I hope this helps in some way.
This is on purpose -- the feat Ritual Caster works the same way. Both features allow for you to add spells later as you find them while playing. This is what you're seeing. Also, since the character builder doesn't know if you're building a brand new character who just gained this feature, or if you're building out (for example) a 10th level character and want to account for what they might have found on average, it's available at setup and not a separate feature (which would, just generally, also involve additional coding).
Birgit | Shifter | Sorcerer | Dragonlords
Shayone | Hobgoblin | Sorcerer | Netherdeep
Hey thanks for the clarification!