nuaurpy / FantasyCraft

FantasyCraft for FoundryVTT
0 stars 1 forks source link

"The Gift" unlocks spellcasting tab of character sheet #1

Closed jjhritz closed 7 months ago

jjhritz commented 7 months ago

"The Gift" gives a character spells, albeit ones they can cast without fail. Still, they should have access to the spellcasting tab of the character sheet so they can see what spells they have.

Moves the "castingLevel" attribute of "class" type items to a template that all items types now inherit, so any item that grants spells (such as the Gift) reveals the spellcasting tab. Adds a checkbox to the "details" subsheet to mark a item as granting spells.

Only applies the casting level of 1 if the character does not have a class that grants spellcasting.

Items in the Compendia -- particularly The Gift --will need to be updated to have their castingLevel set to true in order to take advantage of this functionality.