mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Added party XP thresholds to GM sheets.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user