From 2f2b910aa7d639c2fe02348b57161e9ac5c96bcf Mon Sep 17 00:00:00 2001 From: dongwlin Date: Wed, 8 Nov 2023 13:26:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=87=E8=B1=A1?= =?UTF-8?q?=E8=99=9A=E5=A2=83=E6=97=B6=E5=BA=8F=E9=80=9A=E8=A1=8C=E8=AF=81?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=B8=8D=E8=B6=B3=E5=8D=A1=E4=BD=8F=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pipeline/combat/universal_mirage.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/assets/resource/pipeline/combat/universal_mirage.json b/assets/resource/pipeline/combat/universal_mirage.json index c530070..eef26b8 100644 --- a/assets/resource/pipeline/combat/universal_mirage.json +++ b/assets/resource/pipeline/combat/universal_mirage.json @@ -264,9 +264,39 @@ ], "action": "Click", "next": [ + "UniversalMirageNoneTimeSwirlPasses", "UniversalMirageCostingTimeSwirlPasses", "Sub_CloseDialogBox", "Stop" ] + }, + "UniversalMirageNoneTimeSwirlPasses": { + "recognition": "OCR", + "text": "您的时序通行证数量不足", + "roi": [ + 234, + 286, + 459, + 142 + ], + "next": [ + "UniversalMirageQuit" + ] + }, + "UniversalMirageQuit": { + "recognition": "OCR", + "text": "退出", + "roi": [ + 360, + 551, + 165, + 137 + ], + "action": "Click", + "next": [ + "UniversalMirageQuit", + "Sub_CloseDialogBox", + "Stop" + ] } } \ No newline at end of file