added player carachteristics

This commit is contained in:
eichhornchen 2020-11-06 18:08:10 +01:00
parent f9dcc8f1c1
commit b1282c107d
1 changed files with 5 additions and 0 deletions

View File

@ -88,6 +88,11 @@ class FightingEntity(Entity):
maxhealth: int
health: int
strength: int
intelligence: int
charisma: int
dexterity: int
constitution: int
level: int
def __init__(self):
self.health = self.maxhealth