mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-13 16:13:32 +02:00
Features added and tested for all classes/subclasses in bens campaign
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user