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 , 0 , 1280 , 100 ],
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" : [920 , 0 , 1280 , 140 ],
33+ "threshold" : 0.8
34+ }
35+ },
36+ "post_delay" : 500 ,
37+ "next" : [" RealTimeConfirmTeleportWitte" ]
38+ },
39+ "RealTimeConfirmTeleportWitte" : {
40+ "recognition" : {
41+ "type" : " TemplateMatch" ,
42+ "param" : {
43+ "template" : " realtime_assist/teleport_btn_witte.png" ,
44+ "roi" : [920 , 600 , 1280 , 660 ],
45+ "threshold" : 0.8
46+ }
47+ },
48+ "action" : {
49+ "type" : " Click"
50+ },
51+ "post_delay" : 2000 ,
52+ "next" : [" RealTimeSleep" ]
53+ },
54+ "RealTimeTeleportPhone" : {
55+ "recognition" : {
56+ "type" : " TemplateMatch" ,
57+ "param" : {
58+ "template" : " realtime_assist/teleport_target_phone.png" ,
59+ "roi" : [920 , 0 , 1280 , 140 ],
60+ "threshold" : 0.8
61+ }
62+ },
63+ "post_delay" : 500 ,
64+ "next" : [" RealTimeConfirmTeleportPhone" ]
65+ },
66+ "RealTimeConfirmTeleportPhone" : {
67+ "recognition" : {
68+ "type" : " TemplateMatch" ,
69+ "param" : {
70+ "template" : " realtime_assist/teleport_btn_phone.png" ,
71+ "roi" : [920 , 600 , 1280 , 660 ],
72+ "threshold" : 0.8
73+ }
74+ },
75+ "action" : {
76+ "type" : " Click"
77+ },
78+ "post_delay" : 2000 ,
79+ "next" : [" RealTimeSleep" ]
80+ },
81+ "RealTimeSleep" : {
82+ "recognition" : " DirectHit" ,
83+ "action" : " DoNothing" ,
84+ "post_delay" : 500 ,
85+ "next" : [" RealTimeTaskMain" ]
86+ }
87+ }
0 commit comments