mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
15 lines
254 B
Python
15 lines
254 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"
|
|
|
|
monsters = ["wolf", "giant eagle"]
|