matsavage / DND-5e-LaTeX-Character-Sheet-Template

LaTeX package to typeset character sheets for the fifth edition of the "world's greatest roleplaying game".
96 stars 49 forks source link

Add a command to specify expended spell slots #89

Closed Ambossmann closed 4 months ago

Ambossmann commented 4 months ago

Adds the \<SlotLevel>LevelSpellSlotsExpended{<value>} command to specify the expended spell slots in LaTex. It works with both the spell sheet and the half spell sheet. I haven't added it to the tests but I could do that if it is desired. Fixes #88

matsavage commented 4 months ago

Thanks, code change looks great, just kicked off the pipeline, which will build the test references.

Tests will fail in this instance as there is a change, but will generate the new references.

matsavage commented 4 months ago

Sorry, just noticed you haven't updated the test files, please can you do this, you can then either generate the references on your machine and upload, or take them from the workflow run.

Ambossmann commented 4 months ago

Done

matsavage commented 4 months ago

Thanks, sheets look good, I will merge when the tests pass

matsavage commented 4 months ago

Merged, thanks for the contribution.