Skip to content

Commit

Permalink
Updated Inara with newly prepared spells.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Apr 6, 2018
1 parent 203af89 commit 3e2fae5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
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

Binary file modified inara.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion inara.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'shocking grasp', 'sleep')
# Which spells have been prepared (not including cantrips)
spells_prepared = ('blindness deafness', 'false life', 'mage armor',
'ray of sickness', 'shield', 'sleep')
'ray of sickness', 'magic missile', 'sleep')

# Backstory
personality_traits = """I use polysyllabic words that convey the impression of
Expand Down

0 comments on commit 3e2fae5

Please sign in to comment.