mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Spell list now only includes prepared spells if the list would overflow the available lines.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""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"]
|
||||
@@ -0,0 +1,16 @@
|
||||
"""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"
|
||||
|
||||
session_title = "Objects in Space - Session 1"
|
||||
|
||||
parent_sheets = ["gm-campaign-notes.py"]
|
||||
|
||||
monsters = ["aboleth", "wolf", "giant eagle", "Vashta Nerada"]
|
||||
Reference in New Issue
Block a user