More tests
This commit is contained in:
@ -4,6 +4,10 @@ from ..interfaces import FightingEntity
|
||||
class Player(FightingEntity):
|
||||
maxhealth: int = 20
|
||||
strength: int = 5
|
||||
intelligence: int = 1
|
||||
charisma: int = 1
|
||||
dexterity: int = 1
|
||||
constitution: int = 1
|
||||
level: int = 1
|
||||
current_xp: int = 0
|
||||
max_xp: int = 10
|
||||
|
Reference in New Issue
Block a user