Skip to content

Commit

Permalink
Added learned spells that were left off the sheet for some reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Apr 14, 2018
1 parent e2b9cbd commit d38df27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Binary file modified inara.pdf
Binary file not shown.
17 changes: 12 additions & 5 deletions inara.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@
holy symbol, prayer book, set of common clothes, pouch.""")

# List of known spells
spells = ('blindness deafness', 'burning hands', 'chill touch',
'detect magic', 'false life', 'mage armor', 'mage hand',
'magic missile', "melf's acid arrow", 'prestidigitation',
'ray of frost', 'ray of sickness', 'shield', 'shocking grasp',
'sleep', 'do I get another spell?')
spells = (
# Start spells
'mage hand', 'prestidigitation', 'ray of frost',
'shocking grasp', 'burning hands', 'detect magic',
'mage armor', 'magic missile', 'shield', 'sleep',
# Learned at lvl 2
'false life', 'ray of sickness',
# Learned at lvl 3
'blindness deafness', 'chromatic orb',
# Learned at lvl 4
'chill touch', "melf's acid arrow", 'phantasmal force',
)
# Which spells have been prepared (not including cantrips)
spells_prepared = ('blindness deafness', 'false life', 'mage armor',
'ray of sickness', 'magic missile', 'melfs acid arrow',
Expand Down
Binary file modified io.pdf
Binary file not shown.

0 comments on commit d38df27

Please sign in to comment.