1+ {
2+ "RealTimeTaskMain" : {
3+ "recognition" : " DirectHit" ,
4+ "action" : " DoNothing" ,
5+ "next" : [
6+ " RealTimeSkipPlot" ,
7+ " RealTimeTeleportWitte" ,
8+ " RealTimeTeleportPhone" ,
9+ " RealTimeSleep"
10+ ]
11+ },
12+ "RealTimeSkipPlot" : {
13+ "recognition" : {
14+ "type" : " TemplateMatch" ,
15+ "param" : {
16+ "template" : " realtime_assist/skip_story_btn.png" ,
17+ "roi" : [1000 , 600 , 200 , 80 ],
18+ "threshold" : 0.8
19+ }
20+ },
21+ "action" : {
22+ "type" : " Click"
23+ },
24+ "post_delay" : 500 ,
25+ "next" : [" RealTimeSleep" ]
26+ },
27+ "RealTimeTeleportWitte" : {
28+ "recognition" : {
29+ "type" : " TemplateMatch" ,
30+ "param" : {
31+ "template" : " realtime_assist/teleport_target_witte.png" ,
32+ "roi" : [0 , 0 , 1280 , 720 ],
33+ "threshold" : 0.8
34+ }
35+ },
36+ "action" : {
37+ "type" : " Click"
38+ },
39+ "post_delay" : 500 ,
40+ "next" : [" RealTimeConfirmTeleportWitte" ]
41+ },
42+ "RealTimeConfirmTeleportWitte" : {
43+ "recognition" : {
44+ "type" : " TemplateMatch" ,
45+ "param" : {
46+ "template" : " realtime_assist/teleport_btn_witte.png" ,
47+ "roi" : [0 , 0 , 1280 , 720 ],
48+ "threshold" : 0.8
49+ }
50+ },
51+ "action" : {
52+ "type" : " Click"
53+ },
54+ "post_delay" : 2000 ,
55+ "next" : [" RealTimeSleep" ]
56+ },
57+ "RealTimeTeleportPhone" : {
58+ "recognition" : {
59+ "type" : " TemplateMatch" ,
60+ "param" : {
61+ "template" : " realtime_assist/teleport_target_phone.png" ,
62+ "roi" : [0 , 0 , 1280 , 720 ],
63+ "threshold" : 0.8
64+ }
65+ },
66+ "action" : {
67+ "type" : " Click"
68+ },
69+ "post_delay" : 500 ,
70+ "next" : [" RealTimeConfirmTeleportPhone" ]
71+ },
72+ "RealTimeConfirmTeleportPhone" : {
73+ "recognition" : {
74+ "type" : " TemplateMatch" ,
75+ "param" : {
76+ "template" : " realtime_assist/teleport_btn_phone.png" ,
77+ "roi" : [0 , 0 , 1280 , 720 ],
78+ "threshold" : 0.8
79+ }
80+ },
81+ "action" : {
82+ "type" : " Click"
83+ },
84+ "post_delay" : 2000 ,
85+ "next" : [" RealTimeSleep" ]
86+ },
87+ "RealTimeSleep" : {
88+ "recognition" : " DirectHit" ,
89+ "action" : " DoNothing" ,
90+ "post_delay" : 500 ,
91+ "next" : [" RealTimeTaskMain" ]
92+ }
93+ }
0 commit comments