Ejemplo n.º 1
0
 def duel_location_pre(self):
     """This location points to the duel button before the battle starts"""
     return tupletodict(680, 210, 30, 55)
Ejemplo n.º 2
0
 def auto_duel_location_pre(self):
     """This location points to the autoduel button before the battle starts"""
     return tupletodict(680, 300, 30, 120)
Ejemplo n.º 3
0
 def autoduel(self):
     return tupletodict(107, 945, 115, 40)
Ejemplo n.º 4
0
 def ok_button_duel(self):
     """This specifies the location of the ok button for duels"""
     return tupletodict(855, 720, 50, 180)
Ejemplo n.º 5
0
 def duel_location_pre(self):
     """This location points to the duel button before the battle starts"""
     return tupletodict(790, 480, 40, 260)
Ejemplo n.º 6
0
 def duel_variant(self):
     return tupletodict(780, 460, 60, 680)