added player carachteristics
This commit is contained in:
parent
f9dcc8f1c1
commit
b1282c107d
|
@ -88,6 +88,11 @@ class FightingEntity(Entity):
|
||||||
maxhealth: int
|
maxhealth: int
|
||||||
health: int
|
health: int
|
||||||
strength: int
|
strength: int
|
||||||
|
intelligence: int
|
||||||
|
charisma: int
|
||||||
|
dexterity: int
|
||||||
|
constitution: int
|
||||||
|
level: int
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.health = self.maxhealth
|
self.health = self.maxhealth
|
||||||
|
|
Loading…
Reference in New Issue