Added party XP thresholds to GM sheets.

This commit is contained in:
Mark Wolfman
2021-09-30 21:10:34 -05:00
parent 1d67463566
commit 5b8ef004c7
14 changed files with 152 additions and 20 deletions
+8 -1
View File
@@ -5,12 +5,19 @@ monsters, etc.
"""
from dungeonsheets import mechanics, monsters
dungeonsheets_version = "0.14.0"
sheet_type = "gm"
session_title = "Objects in Space"
party = ["rogue1.py", "paladin2.py"]
# Simple character definition
haryk_omanie = mechanics.Character(
name="Haryk Omanie",
)
party = ["rogue1.py", "paladin2.py", haryk_omanie, monsters.Veteran]
random_tables = ["conjure animals"]