Features added and tested for all classes/subclasses in bens campaign

This commit is contained in:
Ben Cook
2018-12-26 18:58:25 -05:00
parent a83c49146c
commit b73e9848ef
34 changed files with 3612 additions and 313 deletions
+2 -1
View File
@@ -200,6 +200,7 @@ def create_character_pdf(character, basename, flatten=False):
'Race ': str(character.race),
'Alignment': character.alignment,
'XP': str(character.xp),
'Inspiration': str(character.inspiration),
# Abilities
'ProfBonus': mod_str(character.proficiency_bonus),
'STRmod': str(character.strength.value),
@@ -215,7 +216,7 @@ def create_character_pdf(character, basename, flatten=False):
'CHamod': str(character.charisma.value),
'CHA': mod_str(character.charisma.modifier),
'AC': str(character.armor_class),
'Initiative': mod_str(character.dexterity.modifier),
'Initiative': str(character.initiative),
'Speed': str(character.speed),
'Passive': 10 + character.perception,
# Saving throws (proficiencies handled later)