Allow importing of homebrew material stored in a separate module.

This commit is contained in:
Mark Wolfman
2021-06-11 09:07:48 -05:00
parent b432e67a35
commit 7d564ac1e1
6 changed files with 54 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
"""This file defines some homebrew mechanics that can be imported into
character sheets using ``dungeonsheets.import_homebrew``. See
``homebrew.py`` for an example of how these homebrew mechanics can be
used.
"""
from dungeonsheets import mechanics
class BrightSword(mechanics.Weapon):
"""Give you enemies the old razzle-dazzle."""
name = "Brightsword"