Initial Commit
This commit is contained in:
commit
d25706163c
34 changed files with 1035 additions and 0 deletions
6
src/dnd_dm_toolkit/entities/featues/objects.py
Normal file
6
src/dnd_dm_toolkit/entities/featues/objects.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from ...core.enums.game import FeatureSource
|
||||
from ...core.stuctures.character import Feature
|
||||
|
||||
DARKVISION = Feature(
|
||||
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue