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

I can see this while creating a kenku monk: ![Screenshot from 2020-04-26 01-26-49](https://user-images.githubusercontent.com/120788/80293158-21fa9500-875d-11ea-8f44-ed51b123a485.png) I suppose the duplication comes from the fact that it's listed lower case in race and upper...

Over the past few years, Wizards of the Coast has launched several books that provided extra classes and other such information, such as Eberron: Rising From The Last War, which...

When a Tabaxi character is generated using `create-character`, the `weapons` line in the Python file looks e.g. like this: ``` weapons = ["Claws", "Shortbow", "Dagger", "Spear"] # Example: ('shortsword', 'longsword')...

``` Traceback (most recent call last): File "/home/theger/tmp/dungeon-sheets/venv/bin/create-character", line 11, in sys.exit(main()) File "/home/theger/tmp/dungeon-sheets/venv/lib64/python3.6/site-packages/dungeonsheets/create_character.py", line 732, in main my_app.run() File "/home/theger/tmp/dungeon-sheets/venv/lib64/python3.6/site-packages/npyscreen/apNPSApplication.py", line 30, in run return npyssafewrapper.wrapper(self.__remove_argument_call_main) File "/home/theger/tmp/dungeon-sheets/venv/lib64/python3.6/site-packages/npyscreen/npyssafewrapper.py", line...

I set up a venv and installed dungeonsheets. I ran through the `create-character` utility and when I got to the end, instead of writing out my character.py file, I got...

Creating a level 1 Hill Dwarf (druid in this case) doesn't add the +1 hit point bonus this race receives. Seems the wisdom bonus doesn't get added either.

It would be nice to be able to scan the Features & Traits for the titles for quick referencing

enhancement
discussion

Not entirely sure how to add the choice of your genie (dao, djinni, efreeti, marid). The choice adds some learnable spells (which aren't tracked as far as I can see)...

This PR aims to make full use of all latex formatting options in the [RPGtex latex dnd style](https://github.com/rpgtex/DND-5e-LaTeX-Template). One patch switches the tables in the fancy pages over to the...