mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 20:43:28 +02:00
19 lines
429 B
Python
19 lines
429 B
Python
"""This file describes game-manager notes.
|
|
|
|
It's used for creating notes for the GM to keep track of various
|
|
monsters, etc.
|
|
|
|
"""
|
|
|
|
dungeonsheets_version = "0.15.0"
|
|
|
|
sheet_type = "gm"
|
|
|
|
summary = """The party is about the enter the dungeon of *eternal tortuosity*."""
|
|
|
|
session_title = "Objects in Space - Session 1"
|
|
|
|
parent_sheets = ["gm-campaign-notes.py"]
|
|
|
|
monsters = ["aboleth", "wolf", "giant eagle", "Vashta Nerada", "priest"]
|