-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Inara with newly prepared spells.
- Loading branch information
1 parent
203af89
commit 3e2fae5
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
Shamelessly stolen from [this post](https://www.reddit.com/r/DnD/comments/2zh01c/i_made_my_bard_a_customized_character_sheet_using/) by /u/hurrayforzac on reddit. Looking to turn this into a class file | ||
This repository contains character sheets in two formats: LaTeX and | ||
dungeonsheets. | ||
|
||
# LaTeX Character Sheets | ||
|
||
Shamelessly stolen from | ||
[this post](https://www.reddit.com/r/DnD/comments/2zh01c/i_made_my_bard_a_customized_character_sheet_using/) | ||
by /u/hurrayforzac on reddit. Looking to turn this into a class file | ||
|
||
# DungeonSheets Character Sheets | ||
|
||
Character sheets can be built from ``.py`` files using the | ||
[dungeonsheets](https://github.com/canismarko/dungeon-sheets) | ||
tool. Install dungeonsheets from the python package index, and run | ||
``makesheets`` to build the PDF character sheet. | ||
|
||
$ pip install dungeonsheets | ||
$ cd DnD-character-sheets | ||
$ makesheets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters