Ejemplo n.º 1
0
 def __init__(self):
     TheBostonDerby.__init__(self)
     self.name = "MasterBates3"
     self.bot = LukeBot()
     self.bot.eq_ranges = [[23, 61, 72, 91]]*4
     self.high_chip_bot = odoylebot()
     self.low_chip_bot = rockybot2()
Ejemplo n.º 2
0
 def __init__(self):
     TheBostonDerby.__init__(self)
     self.name = "MasterBates1"
     self.bot = manbearpigbot()
     self.high_chip_bot = odoylebot()
     self.high_chip_bot.eq_ranges = [[10, 10, 40, 65], [5, 30, 60, 60], [10, 10, 45, 90], [15, 50, 70, 95]]
     self.low_chip_bot = rockybot2()
Ejemplo n.º 3
0
 def __init__(self):
     TheBostonDerby.__init__(self)
     self.name = "MasterBates2"
     self.bot = mlkbot()
     self.high_chip_bot = odoylebot()
     self.low_chip_bot = rockybot2()