feat: 萨卡兹去伪存真节点尝试合成思绪 (#9792)

* feat: 萨卡兹去伪存真尝试合成

* fix: 单个思绪合成卡住

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Lancarus
2024-07-20 19:34:13 +08:00
committed by GitHub
parent a85c7acb8a
commit f7a7fa07d0
6 changed files with 49 additions and 0 deletions

View File

@@ -10033,10 +10033,59 @@
"Sarkaz@Roguelike@StageFilterTruthEnter": {
"baseTask": "Sarkaz@Roguelike@StageEnter",
"next": [
"Sarkaz@Roguelike@StageFilterTruthTryCombine1",
"Sarkaz@Roguelike@StageFilterTruthEnter",
"Sarkaz@Roguelike@StageFilterTruthLeave"
]
},
"Sarkaz@Roguelike@StageFilterTruthTryCombine1": {
"action": "ClickRect",
"roi": [777, 147, 12, 10],
"specificRect": [803, 186, 29, 23],
"next": ["Sarkaz@Roguelike@StageFilterTruthTryCombine2"]
},
"Sarkaz@Roguelike@StageFilterTruthTryCombine2": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [907, 188, 22, 20],
"next": [
"Sarkaz@Roguelike@StageFilterTruthCanCombine",
"Sarkaz@Roguelike@StageFilterTruthTryCombine3"
]
},
"Sarkaz@Roguelike@StageFilterTruthTryCombine3": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [810, 330, 24, 13],
"next": [
"Sarkaz@Roguelike@StageFilterTruthCanCombine",
"Sarkaz@Roguelike@StageFilterTruthCannotCombine",
"Sarkaz@Roguelike@StageFilterTruthLeave"
]
},
"Sarkaz@Roguelike@StageFilterTruthCanCombine": {
"action": "ClickSelf",
"method": "CcoeffHSV",
"templThreshold": 0.95,
"roi": [750, 525, 188, 129],
"next": ["Sarkaz@Roguelike@StageFilterTruthConfirm"]
},
"Sarkaz@Roguelike@StageFilterTruthConfirm": {
"action": "ClickSelf",
"postDelay": 500,
"roi": [346, 560, 684, 66],
"next": [
"Sarkaz@Roguelike@StageFilterTruthTryCombine1",
"Sarkaz@Roguelike@StageFilterTruthCannotCombine"
]
},
"Sarkaz@Roguelike@StageFilterTruthCannotCombine": {
"action": "DoNothing",
"method": "CcoeffHSV",
"templThreshold": 0.95,
"roi": [750, 525, 188, 129],
"next": ["Sarkaz@Roguelike@StageFilterTruthLeave"]
},
"Sarkaz@Roguelike@StageFilterTruthHD": {
"Doc": "已深化",
"baseTask": "Sarkaz@Roguelike@Stage",

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B