@@ -49,9 +49,9 @@ class DokanAssets:
4949 # 是否已经成功进入道馆,上面中间的“道馆突破”文字
5050 I_RYOU_DOKAN_CHECK = RuleImage (roi_front = (567 ,15 ,144 ,42 ), roi_back = (567 ,15 ,144 ,42 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_check.png" )
5151 # 道馆内式神录
52- I_RYOU_DOKAN_SHIKIGAMI = RuleImage (roi_front = (960 , 580 , 140 , 120 ), roi_back = (960 , 580 , 140 , 120 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_shikigami.png" )
52+ I_RYOU_DOKAN_SHIKIGAMI = RuleImage (roi_front = (987 , 608 , 89 , 60 ), roi_back = (987 , 608 , 89 , 60 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_shikigami.png" )
5353 # 优先攻击选项
54- I_RYOU_DOKAN_ATTACK_PRIORITY = RuleImage (roi_front = (666 , 672 , 58 ,25 ), roi_back = (666 , 672 , 58 ,25 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_priority.png" )
54+ I_RYOU_DOKAN_ATTACK_PRIORITY = RuleImage (roi_front = (742 , 667 , 49 ,25 ), roi_back = (742 , 667 , 49 ,25 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_priority.png" )
5555 # 优先攻击: 见习
5656 I_RYOU_DOKAN_ATTACK_PRIORITY_0 = RuleImage (roi_front = (98 ,170 ,94 ,43 ), roi_back = (98 ,170 ,94 ,43 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Dokan/res/res_ryou_dokan_priority_0.png" )
5757 # 优先攻击: 初级
0 commit comments