added new spell functions and custom weapons

This commit is contained in:
Ben Cook
2018-12-19 14:33:24 -05:00
parent e9d3bf989c
commit db76a1924a
5 changed files with 39 additions and 5 deletions
+2 -2
View File
@@ -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',