Skip to content

Commit

Permalink
修改荒原改为OCR识别。新增交流群号 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 authored Sep 9, 2024
1 parent 14b12cb commit 279ba65
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,5 @@ tools/ImageCropper/**/*.png

# MacOS
.DS_Store
.nicegui/storage-general.json
config/maa_option.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
</a>

## Join us

- 1999 开发交流 QQ 群:649344857
- M9A 闲聊群 QQ 群:175638678
- M9A 开发群 QQ 群:649344857
- MaaFramework 开发交流 QQ 群: 595990173
66 changes: 65 additions & 1 deletion assets/resource/base/pipeline/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,53 @@
]
},
"CollectEXP": {
"recognition": "OCR",
"expected": [
"微尘",
"钟楼"
],
"roi": [
422,
65,
218,
236
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"CollectMoney",
"CollectAwards",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectMoney": {
"recognition": "OCR",
"expected": [
"利齿",
"市集"
],
"roi": [
638,
6,
221,
232
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"CollectAwards",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectEXP备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/CollectEXP.png",
"roi": [
Expand All @@ -53,7 +100,7 @@
"HomeFlag"
]
},
"CollectMoney": {
"CollectMoney备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/CollectMoney.png",
"roi": [
Expand Down Expand Up @@ -146,6 +193,23 @@
]
},
"TrustMax": {
"recognition": "OCR",
"expected": [
"MAX"
],
"roi": [
0,
162,
141,
114
],
"action": "Click",
"next": [
"Sub_HomeButton",
"HomeFlag"
]
},
"TrustMax备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/TrustMax.png",
"roi": [
Expand Down

0 comments on commit 279ba65

Please sign in to comment.