dnd_character move SpellList into spellcasting module Aug 12, 2023 tests test maximums of spell lists Aug 12, 2023 .coveragerc tell coverage to ignore type_checking blocks again Jul 30, 2023 .gitignore get & cache SRD rules from 5e REST API ...
Characters have a spell_slots dictionary which shows the total spell slots. Depletion and rest mechanics are planned for a future version. from dnd_character import Wizard from dnd_character.spellcasting import SPELLS # Create wizard and teach Identify, a level 1 spell my_wizard = Wizard(name=...