splits out features to multiple templates and added DnD styling

This commit is contained in:
matsavage
2021-05-05 18:02:04 +01:00
parent 96a6f0cc2e
commit 631a320d84
11 changed files with 111 additions and 61 deletions
+1
View File
@@ -133,6 +133,7 @@ class SubClass:
"""
name = ""
character_class = CharClass
features_by_level = defaultdict(list)
weapon_proficiencies = ()
_proficiencies_text = ()