mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
added new spell functions and custom weapons
This commit is contained in:
@@ -231,7 +231,7 @@ def create_character_pdf(char, basename, flatten=False):
|
||||
'Nature': mod_str(char.nature),
|
||||
'Perception ': mod_str(char.perception),
|
||||
'Performance': mod_str(char.performance),
|
||||
'Persuasion': mod_str(char.persuasian),
|
||||
'Persuasion': mod_str(char.persuasion),
|
||||
'Religion': mod_str(char.religion),
|
||||
'SleightofHand': mod_str(char.sleight_of_hand),
|
||||
'Stealth ': mod_str(char.stealth),
|
||||
@@ -279,7 +279,7 @@ def create_character_pdf(char, basename, flatten=False):
|
||||
'nature': 'Check Box 33',
|
||||
'perception': 'Check Box 34',
|
||||
'performance': 'Check Box 35',
|
||||
'persuasian': 'Check Box 36',
|
||||
'persuasion': 'Check Box 36',
|
||||
'religion': 'Check Box 37',
|
||||
'sleight_of_hand': 'Check Box 38',
|
||||
'stealth': 'Check Box 39',
|
||||
|
||||
Reference in New Issue
Block a user