confirmed all tests run properly

This commit is contained in:
Ben Cook
2018-12-22 17:16:16 -05:00
parent b799f8b108
commit d5a588deb6
11 changed files with 21 additions and 16 deletions
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -8,7 +8,8 @@ sheet by running ``makesheets`` from the command line.
dungeonsheets_version = "0.8.0"
name = "Multiclass"
classes_levels = ['fighter 4', 'wizard 2']
classes = ['fighter', 'wizard']
levels = [4, 2]
player_name = "Ben"
background = "Inheritor"
race = "Tabaxi"
Binary file not shown.
+2 -1
View File
@@ -8,7 +8,8 @@ sheet by running ``makesheets`` from the command line.
dungeonsheets_version = "0.8.0"
name = "Multiclass 2"
classes_levels = ['ranger 1', 'bard 1', 'warlock 1']
classes = ['ranger', 'bard', 'warlock']
levels = [1, 1, 1]
player_name = "Ben"
background = "Guild Merchant"
race = "Lightfoot Halfling"
Binary file not shown.
Binary file not shown.
Binary file not shown.