Files
dungeon-sheets/examples/gm.py
T
2021-06-09 21:22:12 -05:00

17 lines
320 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.14.0"
sheet_type = "gm"
session_title = "Objects in Space"
party = ["rogue1.py", "paladin2.py"]
monsters = ["aboleth", "wolf", "giant eagle", "Vashta Nerada"]