fix: 将萨卡兹肉鸽 CloseCollection 的 Continue 和 Close 改为 RGBCount (#11302)

* fix: 将萨卡兹肉鸽的 next 鱼骨改为 RGBCount

* fix: 再缩小rgb范围

* fix: 将 close 也改为 rgbcount
This commit is contained in:
晓丶梦丶仁
2024-12-06 22:45:39 +08:00
committed by GitHub
parent 4a11d0eeb0
commit 68776ea8af

View File

@@ -9784,6 +9784,13 @@
"specificRect": [600, 600, 25, 25]
},
"Sarkaz@Roguelike@CloseCollection": {
"method": "RGBCount",
"colorScales": [
[
[150, 150, 150],
[170, 170, 170]
]
],
"next": [
"Sarkaz@Roguelike@LastReward",
"Sarkaz@Roguelike@LastReward4",
@@ -9796,8 +9803,14 @@
},
"Sarkaz@Roguelike@CloseCollectionClose": {
"action": "ClickSelf",
"templThreshold": 0.9,
"roi": [572, 434, 144, 141],
"method": "RGBCount",
"colorScales": [
[
[150, 150, 150],
[170, 170, 170]
]
],
"next": [
"Sarkaz@Roguelike@StageEncounterEnter",
"Sarkaz@Roguelike@Stages#next",
@@ -9810,9 +9823,14 @@
},
"Sarkaz@Roguelike@CloseCollectionContinue": {
"action": "ClickSelf",
"templThreshold": 0.79,
"roi": [549, 440, 123, 130],
"maskRange": [100, 255],
"method": "RGBCount",
"colorScales": [
[
[110, 110, 110],
[130, 130, 130]
]
],
"next": [
"Sarkaz@Roguelike@StageEncounterEnter",
"Sarkaz@Roguelike@Stages#next",