def auto_duel_location_pre(self): """This location points to the autoduel button before the battle starts""" return tupletodict(680, 300, 30, 120)
def duel_location_pre(self): """This location points to the duel button before the battle starts""" return tupletodict(680, 210, 30, 55)
def quick_rankduel_area(self): return tupletodict(307, 110, 25, 260)
def duelist_name_area(self): return tupletodict(590, 0, 25, 150)
def relative_area(self, x, y, height, width, area): area = self.get_area(area) xrel, yrel = area.get('top'), area.get('left') return tupletodict(x + xrel, y + yrel, height, width)
def ok_button_duel(self): """This specifies the location of the ok button for duels""" return tupletodict(855, 720, 50, 180)
def duel_location_pre(self): """This location points to the duel button before the battle starts""" return tupletodict(790, 480, 40, 260)
def duel_variant(self): return tupletodict(780, 460, 60, 680)
def autoduel(self): return tupletodict(107, 945, 115, 40)