Ejemplo n.º 1
0
 def __init__(self):
     enemy.__init__(self, "Troll", 2, 50)
Ejemplo n.º 2
0
 def __init__(self):
     enemy.__init__(self, "Wizard", 2, 30)
Ejemplo n.º 3
0
 def __init__(self):
     enemy.__init__(self, "Goblin",2, 25)
Ejemplo n.º 4
0
 def __init__(self):
     enemy.__init__(self, "Hydra", 1, 15)
Ejemplo n.º 5
0
 def __init__(self):
     enemy.__init__(self, "Bandit", 1, 20)
Ejemplo n.º 6
0
 def __init__(self):
     enemy.__init__(self, "Bat", 1, 15)