You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a subclass that adds spellcasting, like the Rogue's Arcane Trickster, it's not tracking their prepared spells on the spellcasting tab. You prepare their spells and the number of prepared spells stays at 0. You can see in this screenshot I have two spells prepared (and they're marked as Rogue spells) but the counter in the pill at the top stays at 0/3.
Steps to reproduce:
Create a new PC actor
Add the Rogue class to the actor
Create a subclass directly on the sheet to make the Arcane Trickster, in the Spellcasting section:
a. Spell Progression => Third Caster
b. Spellcasting Ability => Intelligence
c. Preparation Formula => 3
Drag over a couple of 1st-level spells from the Spells SRD compendium
Confirm that the spells have the Source Class set to Rogue
Prepare the spells and see the Prepared counter stay at 0
And a related question... why does it use the class name for Source Class on the spells if it's the subclass that has spellcasting? Shouldn't it show the subclass name like it uses the subclass name in the screenshot above?
The text was updated successfully, but these errors were encountered:
Actually, now that I think about it, I think that "related question" may actually be the cause of the issue. If the spells are tagged as Rogue spells, but the Prepared counter is looking for Arcane Trickster spells, that's probably why it's not working.
This is only an issue for 2 subclasses as far as I can see: Arcane Trickster and Eldritch Knight. These are the only 2 core subclasses that add Spellcasting to a non-caster class.
However, in a separate bug, Eldritch Knight is completely missing a spells preparation formula:
So we can't really test if this issue is present there or not.
If you have a subclass that adds spellcasting, like the Rogue's Arcane Trickster, it's not tracking their prepared spells on the spellcasting tab. You prepare their spells and the number of prepared spells stays at
0
. You can see in this screenshot I have two spells prepared (and they're marked as Rogue spells) but the counter in the pill at the top stays at0/3
.Steps to reproduce:
a. Spell Progression => Third Caster
b. Spellcasting Ability => Intelligence
c. Preparation Formula =>
3
0
And a related question... why does it use the class name for Source Class on the spells if it's the subclass that has spellcasting? Shouldn't it show the subclass name like it uses the subclass name in the screenshot above?
The text was updated successfully, but these errors were encountered: