Spell list now only includes prepared spells if the list would overflow the available lines.

This commit is contained in:
Mark Wolfman
2021-06-12 15:02:00 -05:00
parent 2f26cbd951
commit 6dcd20f877
3 changed files with 40 additions and 2 deletions
+14
View File
@@ -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"]
+16
View File
@@ -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"]