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