Tweaked inspiration, and added example of cascading sheets.

This commit is contained in:
Mark Wolfman
2021-06-12 14:07:39 -05:00
parent 72af80f991
commit 2f26cbd951
4 changed files with 5 additions and 21 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ alignment = "Lawful evil"
xp = 0
hp_max = 54
inspiration = 0 # integer inspiration value
inspiration = True # integer inspiration value
# Ability Scores
strength = 15
-16
View File
@@ -1,16 +0,0 @@
"""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"]