Added spell proficiencies and an example warlock character sheet.

This commit is contained in:
Mark Wolfman
2018-04-02 00:01:17 -05:00
parent ab8df8819a
commit bab2413f4d
8 changed files with 183 additions and 21 deletions
+61
View File
@@ -0,0 +1,61 @@
name = 'Warlock'
character_class = 'wizard'
player_name = 'Mark'
background = "Criminal"
race = "Rock Gnome"
level = 5
alignment = "True neutral"
xp = 2790 * 3
hp_max = 28
# Ability Scores
strength = 11
dexterity = 14
constitution = 10
intelligence = 17
wisdom = 11
charisma = 8
skill_proficiencies = [
'deception',
'investigation',
'nature',
'stealth',
]
# Proficiencies and languages
languages = "Common, gnomish."
# Inventory
cp = 1792
sp = 987
ep = 44
gp = 803
pp = 3
weapons = ('lance', 'net')
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.""")
# List of known spells
spells = ('blade ward', 'guidance', 'mage hand', 'animal friendship',
'arms of hadar', 'find steed', 'flaming sphere', 'beacon of hope',
'elemental weapon')
# Which spells have been prepared (not including cantrips)
spells_prepared = ('blade ward', 'guidance', 'mage hand', 'animal friendship',
'arms of hadar', 'find steed', 'flaming sphere', 'beacon of hope',
'elemental weapon')
# Backstory
personality_traits = """"""
ideals = """"""
bonds = """"""
flaws = """"""
features_and_traits = (
"""""")