dungeon-sheets icon indicating copy to clipboard operation
dungeon-sheets copied to clipboard

A tool to create character sheets and GM session notes for Dungeons and Dragons fifth edition (D&D 5e).

Results 29 dungeon-sheets issues
Sort by recently updated
recently updated
newest added

Hi, I just found dungeon-sheets and I like it very much! I had been writing my character sheets by hand in latex using MSavage's style, but that isn't very automated....

This PR aims to clean up some code in feature application, adds more racial spells automatically, adds class-based darkvision, and adds some feat bonuses to initiative. For review, I'd like...

It seems the Arcane Trickster class multiclass_spellslots_by_level does not render into spell sheet. Replacing multiclass_spellslots_by_level in the class with spellslots_by_level works as expected.

This PR contains three patches. One corrects spelling from sorceror to sorcerer. I've added a check that still accepts sorceror as class in a character file to keep backwards compatibility....

These are five patches that together improve the quality of the latex character template and that bring the information on the latex character character sheet at the same level as...

The Bloodhunter Feature Selector for OtherwordlyPatron lists the options for the patron choices capitalised. However, the code in FeatureSelector expects them to be lowercased. Make the options lowercase. An alternative,...

These four patches help optionally sorting spells by both level and name, instead of by name only. I'll admit that the first patch is slightly off-topic. The first patch adds...

This PR has three patches that improve pdf handling in the absence of pdftk. This lays some further groundwork for getting rid of pdftk in the future, and it gets...