mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
confirmed all tests run properly
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
@@ -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.
Reference in New Issue
Block a user