fix: 肉鸽问题修复 (#14654)

* perf: 萨米界园肉鸽添加并优化暂时撤退逻辑

* perf: 萨卡兹肉鸽关掉进入事件可能弹出的窗口

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: RolesConfirm不知道为啥点不进去

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
萨拉托加
2025-11-22 18:12:15 +08:00
committed by GitHub
parent 33b31d0adf
commit 5865bc3bb4
4 changed files with 52 additions and 5 deletions

View File

@@ -606,6 +606,21 @@
"JieGarden@Roguelike@MonthlySquad": {
"template": "Roguelike@MonthlySquad.png"
},
"JieGarden@Roguelike@ClickToStartPoint": {
"next": [
"JieGarden@Roguelike@MissionCompletedFlag",
"JieGarden@Roguelike@MissionFailedFlag2",
"JieGarden@Roguelike@StartExplore",
"JieGarden@Roguelike@Stages#next",
"JieGarden@Roguelike@GamePass",
"JieGarden@Roguelike@TodoEnter",
"JieGarden@Roguelike@Continue",
"JieGarden@Roguelike@ReturnButtons#next",
"JieGarden@Roguelike@ReturnConfirm",
"JieGarden@Roguelike@StartUpThemes#next",
"JieGarden@Roguelike@ClickToStartPoint"
]
},
"JieGarden@Roguelike@MonthlySquadComms": {
"template": "Roguelike@MonthlySquadComms.png",
"roi": [560, 420, 190, 60]

View File

@@ -541,10 +541,24 @@
"Sami@Roguelike@MissionFailedFlag": {},
"Sami@Roguelike@MissionFailedFlag2": {},
"Sami@Roguelike@MissionFailedFlag3": {
"action": "ClickSelf",
"roi": [504, 163, 480, 267],
"postDelay": 10000,
"next": ["Sami@Roguelike@MissionCompletedFlag"]
"baseTask": "Sami@Roguelike@MissionFailedFlag",
"template": "Sami@Roguelike@MissionFailedFlag3.png",
"roi": [504, 163, 480, 267]
},
"Sami@Roguelike@ClickToStartPoint": {
"next": [
"Sami@Roguelike@MissionCompletedFlag",
"Sami@Roguelike@MissionFailedFlag2",
"Sami@Roguelike@StartExplore",
"Sami@Roguelike@Stages#next",
"Sami@Roguelike@GamePass",
"Sami@Roguelike@TodoEnter",
"Sami@Roguelike@Continue",
"Sami@Roguelike@ReturnButtons#next",
"Sami@Roguelike@ReturnConfirm",
"Sami@Roguelike@StartUpThemes#next",
"Sami@Roguelike@ClickToStartPoint"
]
},
"Sami@Roguelike@MonthlySquad": {
"template": "Roguelike@MonthlySquad.png"

View File

@@ -639,6 +639,23 @@
"templThreshold": 0.96
},
"Sarkaz@Roguelike@StageEncounterEnter": {},
"Sarkaz@Roguelike@StageEncounterJudgeClick2": {
"next": [
"Sarkaz@Roguelike@StageEncounterContinue",
"Sarkaz@Roguelike@StageEncounterClose",
"Sarkaz@Roguelike@StageEncounterJudgeOption"
]
},
"Sarkaz@Roguelike@StageEncounterContinue": {
"Doc": "关掉进入事件可能弹出的窗口",
"baseTask": "Sarkaz@Roguelike@CloseCollectionContinue",
"next": ["Sarkaz@Roguelike@StageEncounterJudgeOption"]
},
"Sarkaz@Roguelike@StageEncounterClose": {
"Doc": "关掉进入事件可能弹出的窗口",
"baseTask": "Sarkaz@Roguelike@CloseCollectionClose",
"next": ["Sarkaz@Roguelike@StageEncounterJudgeOption"]
},
"Sarkaz@Roguelike@StageEncounterLeaveConfirm": {},
"Sarkaz@Roguelike@StageEncounterOptionFree": {},
"Sarkaz@Roguelike@StageEncounterOptionLeave": {},

View File

@@ -1095,7 +1095,8 @@
"template": "empty.png",
"action": "ClickSelf",
"roi": [0, 153, 1280, 529],
"next": ["Roguelike@RecruitMain"]
"postDelay": 500,
"next": ["Roguelike@RecruitMain", "#self"]
},
"Roguelike@RolesDefault": {
"Doc": "base_task",