mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
fully tested new multiclass create-characters, with features for races and backgrounds
This commit is contained in:
@@ -27,6 +27,8 @@ class Feature():
|
||||
"""
|
||||
name = "Generic Feature"
|
||||
source = '' # race, class, background, etc.
|
||||
spells_known = ()
|
||||
spells_prepared = ()
|
||||
needs_implementation = False # Set to True if need to find way to compute stats
|
||||
|
||||
def __eq__(self, other):
|
||||
|
||||
Reference in New Issue
Block a user