Added an option to put random tables into the GM notes.

This commit is contained in:
Mark Wolfman
2021-06-21 16:49:24 -05:00
parent 086134215c
commit 4e11af7acd
6 changed files with 326 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ game mechanics."""
from dungeonsheets.spells import Spell
from dungeonsheets.features import Feature
from dungeonsheets.infusions import Infusion
from dungeonsheets.weapons import Weapon, MeleeWeapon, RangedWeapon, SimpleWeapon, MartialWeapon,
from dungeonsheets.weapons import Weapon, MeleeWeapon, RangedWeapon, SimpleWeapon, MartialWeapon
from dungeonsheets.armor import Armor, Shield
from dungeonsheets.magic_items import MagicItem
from dungeonsheets.monsters import Monster