added death domain as cleric subclass

This commit is contained in:
jerom venneker
2019-08-13 19:34:35 +02:00
parent 9a49e7cb14
commit fe33ac5f80
4 changed files with 74 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -16,7 +16,7 @@ player_name = "Ben"
# Be sure to list Primary class first
classes = ['Cleric'] # ex: ['Wizard'] or ['Rogue', 'Fighter']
levels = [20] # ex: [10] or [3, 2]
subclasses = ["War Domain"] # ex: ['Necromacy'] or ['Thief', None]
subclasses = ["Death Domain"] # ex: ['Necromacy'] or ['Thief', None]
background = "Gladiator"
race = "Lightfoot Halfling"
alignment = "Chaotic good"