Added party XP thresholds to GM sheets.

This commit is contained in:
Mark Wolfman
2021-09-30 21:10:34 -05:00
parent 1d67463566
commit 5b8ef004c7
14 changed files with 152 additions and 20 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
"""Convenience module holding base classes for the various kinds of
game mechanics."""
from dungeonsheets.content import Content
from dungeonsheets.content import Content, Creature
from dungeonsheets.spells import Spell
from dungeonsheets.features import Feature
from dungeonsheets.infusions import Infusion
@@ -14,5 +14,7 @@ from dungeonsheets.weapons import (
)
from dungeonsheets.armor import Armor, Shield
from dungeonsheets.magic_items import MagicItem
from dungeonsheets.monsters import Monster
from dungeonsheets.stats import Ability
from dungeonsheets.character import Character
from dungeonsheets.monsters import Monster