Exemplo n.º 1
0
 def __init__ (self):
     Guerreiro.__init__(self,'China')
     self.tipo = 'MontordoEscudo'
     self.setEnergia(150)
Exemplo n.º 2
0
 def __init__ (self):
     Guerreiro.__init__(self,'Japao')
     self.tipo = 'Samurai'
Exemplo n.º 3
0
 def __init__ (self):
     Guerreiro.__init__(self,'China')
     self.tipo = 'MirkoConversor'
Exemplo n.º 4
0
 def __init__ (self):
     Guerreiro.__init__(self,'Japao')
     self.tipo = 'Ninja'
Exemplo n.º 5
0
 def __init__ (self):
     Guerreiro.__init__(self,'China')
     self.tipo = 'MangaldeDefesa'
Exemplo n.º 6
0
 def __init__ (self):
     Guerreiro.__init__(self,'China')
     self.tipo = 'Gunte'
Exemplo n.º 7
0
 def __init__ (self):
     Guerreiro.__init__(self,'China')
     self.tipo = 'Chunku'
Exemplo n.º 8
0
 def __init__(self, tipo, nacao):
     Guerreiro.__init__(self,nacao)
     self.tipo = tipo
     self.strategy_defender = self.set_strategy(tipo)
     self.valor_ataque = 15
     self.valor_defesa = 0
Exemplo n.º 9
0
 def __init__ (self):
     Guerreiro.__init__(self,'India')
     self.tipo = 'Seak'
Exemplo n.º 10
0
 def __init__ (self):
     Guerreiro.__init__(self,'India')
     self.tipo = 'MongeLeaf'
Exemplo n.º 11
0
 def __init__ (self):
     Guerreiro.__init__(self,'Japao')
     self.tipo = 'Tantan'