예제 #1
0
 def duel_location_pre(self):
     """This location points to the duel button before the battle starts"""
     return tupletodict(680, 210, 30, 55)
예제 #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)
예제 #3
0
 def autoduel(self):
     return tupletodict(107, 945, 115, 40)
예제 #4
0
 def ok_button_duel(self):
     """This specifies the location of the ok button for duels"""
     return tupletodict(855, 720, 50, 180)
예제 #5
0
 def duel_location_pre(self):
     """This location points to the duel button before the battle starts"""
     return tupletodict(790, 480, 40, 260)
예제 #6
0
 def duel_variant(self):
     return tupletodict(780, 460, 60, 680)