Skip to content

Commit

Permalink
fix: 尝试解决肉鸽选下一关失败的问题 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb authored Oct 5, 2024
1 parent 2f540cb commit 8c6678d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/resource/base/pipeline/activity/outsidededuction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Combat.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down Expand Up @@ -1341,7 +1341,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Danger.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down Expand Up @@ -1372,7 +1372,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Imminent.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down Expand Up @@ -1402,7 +1402,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Shopping.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down Expand Up @@ -1431,7 +1431,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Discovery.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down Expand Up @@ -1459,7 +1459,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_RestSite.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand All @@ -1486,7 +1486,7 @@
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Treasure.png",
"threshold": 0.85,
"index": 3,
"index": -1,
"roi": [
277,
23,
Expand Down

0 comments on commit 8c6678d

Please sign in to comment.