From 8515845e4e467171c0b98197d37ca0b6573e4e44 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:23:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E7=90=86=E6=99=BA?= =?UTF-8?q?=E6=88=98=E6=96=97=E5=90=8E=E7=82=B9=E5=87=BB=E5=88=B0=E6=8E=89?= =?UTF-8?q?=E8=90=BD=E5=88=97=E8=A1=A8=E7=9A=84=E9=87=8D=E8=AF=95=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=81=BF=E5=85=8D=E5=BB=B6=E9=95=BF=E7=9A=84?= =?UTF-8?q?=E9=BB=91=E5=B1=8F=E6=97=B6=E9=97=B4=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en-us/protocol/task-schema.md | 2 +- docs/ja-jp/protocol/task-schema.md | 2 +- docs/ko-kr/protocol/task-schema.md | 2 +- docs/zh-cn/protocol/task-schema.md | 2 +- docs/zh-tw/protocol/task-schema.md | 2 +- resource/tasks/tasks.json | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en-us/protocol/task-schema.md b/docs/en-us/protocol/task-schema.md index 46874acfdd..d694c7b574 100644 --- a/docs/en-us/protocol/task-schema.md +++ b/docs/en-us/protocol/task-schema.md @@ -199,7 +199,7 @@ Task list type fields (`sub`, `next`, `onErrorNext`, `exceededNext`, `reduceOthe | `@` | `@`-type Task | `Fight@ReturnTo` | | `#` (unary) | Virtual task | `#self` | | `#` (binary) | Virtual task | `StartUpThemes#next` | -| `*` | Repeat tasks | `(ClickCornerAfterPRTS+ClickCorner)*5` | +| `*` | Repeat tasks | `(ClickCornerAfterPRTS+ClickCorner)*10`| | `+` | Task list merge (in next-type attributes, only first occurrence of same-name tasks kept) | `A+B` | | `^` | Task list difference (in first but not second, order preserved) | `(A+A+B+C)^(A+B+D)` (result is `C`) | diff --git a/docs/ja-jp/protocol/task-schema.md b/docs/ja-jp/protocol/task-schema.md index 48e65c727e..88bbf91e4a 100644 --- a/docs/ja-jp/protocol/task-schema.md +++ b/docs/ja-jp/protocol/task-schema.md @@ -343,7 +343,7 @@ default: | `@` | テンプレートタスク | `Fight@ReturnTo` | | `#`(単項) | 仮想タスク | `#self` | | `#`(二項) | 仮想タスク | `StartUpThemes#next` | -| `*` | タスクの繰り返し | `(ClickCornerAfterPRTS+ClickCorner)*5` | +| `*` | タスクの繰り返し | `(ClickCornerAfterPRTS+ClickCorner)*10`| | `+` | タスクリストの結合(next の一連のプロパティで同じ名前を持つ最初のタスクのみが保持されます) | `A+B` | | `^` | タスクリストの差分(前者にあり、後者にないもので、順序は変わらない) | `(A+A+B+C)^(A+B+D)` (= `C`) | diff --git a/docs/ko-kr/protocol/task-schema.md b/docs/ko-kr/protocol/task-schema.md index e378511fd2..5d06a77f72 100644 --- a/docs/ko-kr/protocol/task-schema.md +++ b/docs/ko-kr/protocol/task-schema.md @@ -197,7 +197,7 @@ JSON 파일은 주석을 지원하지 않으므로, 텍스트 내의 주석은 | `@` | `@` 형 작업 | `Fight@ReturnTo` | | `#` (단항) | 가상 작업 | `#self` | | `#` (이항) | 가상 작업 | `StartUpThemes#next` | -| `*` | 다중 작업 반복 | `(ClickCornerAfterPRTS+ClickCorner)*5` | +| `*` | 다중 작업 반복 | `(ClickCornerAfterPRTS+ClickCorner)*10`| | `+` | 작업 목록 병합 (next 계열 필드에서 동명 작업은 앞쪽 우선) | `A+B` | | `^` | 작업 목록 차집합 (전자에만 존재, 순서 유지) | `(A+A+B+C)^(A+B+D)` (결과는 `C`) | diff --git a/docs/zh-cn/protocol/task-schema.md b/docs/zh-cn/protocol/task-schema.md index 51310a9bda..09e3e749e1 100644 --- a/docs/zh-cn/protocol/task-schema.md +++ b/docs/zh-cn/protocol/task-schema.md @@ -198,7 +198,7 @@ JSON 文件是不支持注释的,文本中的注释仅用于演示,请勿直 | `@` | `@` 型任务 | `Fight@ReturnTo` | | `#`(单目) | 虚任务 | `#self` | | `#`(双目) | 虚任务 | `StartUpThemes#next` | -| `*` | 重复多个任务 | `(ClickCornerAfterPRTS+ClickCorner)*5` | +| `*` | 重复多个任务 | `(ClickCornerAfterPRTS+ClickCorner)*10`| | `+` | 任务列表合并(在 next 系列字段中同名任务只保留最靠前者) | `A+B` | | `^` | 任务列表差(在前者但不在后者,顺序不变) | `(A+A+B+C)^(A+B+D)`(结果为 `C`) | diff --git a/docs/zh-tw/protocol/task-schema.md b/docs/zh-tw/protocol/task-schema.md index 66d185b95c..1eb119b0c3 100644 --- a/docs/zh-tw/protocol/task-schema.md +++ b/docs/zh-tw/protocol/task-schema.md @@ -342,7 +342,7 @@ default: | `@` | 範本任務 | `Fight@ReturnTo` | | `#`(單目) | 虛任務 | `#self` | | `#`(雙目) | 虛任務 | `StartUpThemes#next` | -| `*` | 重複多個任務 | `(ClickCornerAfterPRTS+ClickCorner)*5` | +| `*` | 重複多個任務 | `(ClickCornerAfterPRTS+ClickCorner)*10`| | `+` | 任務清單合併(在 next 系列屬性中同名任務只保留最靠前者) | `A+B` | | `^` | 任務列表差(在前者但不在後者,順序不變) | `(A+A+B+C)^(A+B+D)`(結果為 `C`) | diff --git a/resource/tasks/tasks.json b/resource/tasks/tasks.json index 8612053c15..745f971a7f 100644 --- a/resource/tasks/tasks.json +++ b/resource/tasks/tasks.json @@ -1387,7 +1387,7 @@ "postDelay": 1000, "roi": [1010, 625, 260, 61], "exceededNext": ["StageSNReturnFlag", "Stop"], - "reduceOtherTimes": ["(ClickCornerAfterPRTS+ClickCorner)*5"], + "reduceOtherTimes": ["(ClickCornerAfterPRTS+ClickCorner)*10"], "next": [ "StartButton2", "UseMedicine", @@ -1469,16 +1469,16 @@ }, "WaitAfterPRTS": { "algorithm": "JustReturn", - "reduceOtherTimes": ["ClickCornerAfterPRTS*5"], + "reduceOtherTimes": ["ClickCornerAfterPRTS*10"], "next": ["PRTS#next", "WaitAfterPRTS@LoadingText", "WaitAfterPRTS@LoadingIcon", "ClickCornerAfterPRTS"] }, "ClickCornerAfterPRTS": { "algorithm": "JustReturn", "action": "ClickRect", "Doc": "点击屏幕右边,不会点到掉落物品,且不会关掉关卡选择的一块区域", - "Doc2": "在比较卡的时候点击屏幕,或是在升级时点击屏幕以进入到结算界面,最多 5 次,间隔 3s", + "Doc2": "在比较卡的时候点击屏幕,或是在升级时点击屏幕以进入到结算界面,最多 10 次,间隔 3s", "specificRect": [1000, 100, 270, 10], - "maxTimes": 5, + "maxTimes": 10, "postDelay": 3000, "next": ["EndOfAction", "(ClickCorner + WaitAfterPRTS + StartUpThemes)#next ^ #self", "#self"], "exceededNext": ["RestartGameAndContinue"] @@ -1515,7 +1515,7 @@ "algorithm": "JustReturn", "action": "ClickRect", "specificRect": [1000, 20, 270, 50], - "maxTimes": 5, + "maxTimes": 10, "next": [ "StartButton1", "StartButton2",