Skip to content

Commit

Permalink
Added weapons, weapon proficiencies and equipment.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Mar 28, 2018
1 parent 5d902e9 commit 1e2275d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified inara.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions inara.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,23 @@
'religion',
]

# Proficiences and languages
proficiencies_extra = ('longbows', 'longswords', 'shortbows', 'shortswords')
languages = "Common, Elvish, Draconic, Dwarvish, Goblin."

# Inventory
cp = 316
sp = 283
ep = 28
gp = 125
pp = 0
weapons = ('shortsword', 'longsword')
equipment = (
"""Gallon of ale, red cloak, shortsword, longsword, jar of salt, vodka
(500mL), potion of vitality, wand of magic missiles (7/7),
component pouch, spellbook, backpack, bottle of ink, ink pen, 10
sheets of parchment, small knife, tome of historical lore, holy
symbol, prayer book, set of common clothes, pouch.""")

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

0 comments on commit 1e2275d

Please sign in to comment.