mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
[WIP] Creating an Encounter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user