mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
added death domain as cleric subclass
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user