mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Tweaked inspiration, and added example of cascading sheets.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user