[WIP] Creating an Encounter

This commit is contained in:
Matthew DeMartino
2021-05-22 20:04:47 -04:00
parent d2df428969
commit 610d75582b
7 changed files with 137 additions and 7 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ from dungeonsheets import (
from dungeonsheets.stats import Ability, ArmorClass, Initiative, Skill, Speed, findattr
from dungeonsheets.weapons import Weapon
from dungeonsheets.readers import read_character_file
from dungeonsheets.agent import Agent
def read(fname):
@@ -145,7 +146,7 @@ def _resolve_mechanic(mechanic, module, SuperClass, warning_message=None):
return Mechanic
class Character:
class Character(Actor):
"""A generic player character."""
# General attirubtes