@@ -22,12 +22,6 @@ class SougenbiAssets:
2222 # Image Rule Assets
2323 # 进入业原火
2424 I_S_SOUGENBI = RuleImage (roi_front = (560 ,139 ,57 ,61 ), roi_back = (412 ,68 ,231 ,359 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Sougenbi/s/s_s_sougenbi.png" )
25- # 贪
26- I_S_GREED = RuleImage (roi_front = (118 ,121 ,307 ,100 ), roi_back = (167 ,143 ,307 ,100 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Sougenbi/s/s_s_greed.png" )
27- #
28- I_S_ANGER = RuleImage (roi_front = (164 ,291 ,307 ,100 ), roi_back = (164 ,291 ,307 ,100 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Sougenbi/s/s_s_anger.png" )
29- # 痴
30- I_S_FOOLERY = RuleImage (roi_front = (164 ,436 ,307 ,100 ), roi_back = (164 ,436 ,307 ,100 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Sougenbi/s/s_s_foolery.png" )
3125 # description
3226 I_S_TEAM_LOCK = RuleImage (roi_front = (700 ,652 ,31 ,36 ), roi_back = (667 ,649 ,167 ,56 ), threshold = 0.8 , method = "Template matching" , file = "./tasks/Sougenbi/s/s_s_team_lock.png" )
3327 # description
@@ -46,10 +40,11 @@ class SougenbiAssets:
4640
4741 # Ocr Rule Assets
4842 # Ocr-description
49- O_S_GREED = RuleOcr (roi = (588 , 6 ,63 ,42 ), area = (588 , 6 ,63 ,42 ), mode = "Single" , method = "Default" , keyword = "" , name = "s_greed" )
43+ O_S_GREED = RuleOcr (roi = (585 , 7 ,63 ,42 ), area = (585 , 7 ,63 ,42 ), mode = "Single" , method = "Default" , keyword = "" , name = "s_greed" )
5044 # Ocr-description
51- O_S_ANGER = RuleOcr (roi = (770 , 7 ,79 ,43 ), area = (770 , 7 ,79 ,43 ), mode = "Digit" , method = "Default" , keyword = "" , name = "s_anger" )
45+ O_S_ANGER = RuleOcr (roi = (759 , 9 ,79 ,43 ), area = (759 , 9 ,79 ,43 ), mode = "Digit" , method = "Default" , keyword = "" , name = "s_anger" )
5246 # Ocr-description
53- O_S_FOOLERY = RuleOcr (roi = (956 ,11 ,68 ,36 ), area = (956 ,11 ,68 ,36 ), mode = "Digit" , method = "Default" , keyword = "" , name = "s_foolery" )
47+ O_S_FOOLERY = RuleOcr (roi = (955 ,10 ,68 ,36 ), area = (955 ,10 ,68 ,36 ), mode = "Digit" , method = "Default" , keyword = "" , name = "s_foolery" )
48+
5449
5550
0 commit comments