mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
Finish encounter, test, dice unittest, attack actions
This commit is contained in:
@@ -28,6 +28,9 @@ class Monster(Agent):
|
||||
hp_max = 10
|
||||
hit_dice = "1d6"
|
||||
|
||||
def __init__(self):
|
||||
super(Monster, self).__init__()
|
||||
|
||||
@property
|
||||
def is_beast(self):
|
||||
is_beast = "beast" in self.description.lower()
|
||||
|
||||
Reference in New Issue
Block a user