Skip to content

Commit

Permalink
开个分支。还在咕咕咕
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 committed Nov 17, 2024
1 parent 1838283 commit 6944c0b
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/制造1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/制造2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/制造3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/加工2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/加工3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/原料1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/原料2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Wilderness/原料3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
140 changes: 140 additions & 0 deletions assets/resource/base/pipeline/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,145 @@
"TrustDialogueInteraction",
"Sub_BackButton"
]
},
"魔精休息": {
"enabled": true,
"is_sub": true,
"recognition": "TemplateMatch",
"template": "Wilderness/心情值0.png",
"roi": [
235,
131,
126,
121
],
"action": "Click",
"target": [
44,
44,
8,
8
],
"next": [
"进入员工宿舍"
]
},
"进入员工宿舍": {
"recognition": "OCR",
"expected": [
"员工"
],
"roi": [
209,
607,
81,
90
],
"target_offset": [
0,
-30,
0,
0
],
"action": "Click",
"post_delay": 1000,
"next": [
"休憩位置编辑"
]
},
"休憩位置编辑": {
"recognition": "OCR",
"expected": [
"位置"
],
"roi": [
1133,
618,
140,
77
],
"target_offset": [
0,
-30,
0,
0
],
"action": "Click",
"post_delay": 1000,
"next": [
"展开心情列表"
]
},
"展开心情列表": {
"recognition": "TemplateMatch",
"template": "Wilderness/展开心情列表.png",
"roi": [
1220,
547,
33,
29
],
"action": "Click",
"post_delay": 500,
"next": [
"如果满员就收起列表去下一个房间",
"Sub_下架第一排200心情的魔精",
"Sub_上架工作中的魔精"
]
},
"Sub_下架第一排200心情的魔精": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "Wilderness/心情值200.png",
"roi": [
29,
490,
747,
45
],
"action": "Click",
"pre_delay": 200
},
"Sub_上架工作中的魔精": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": [
"Wilderness/加工3.png",
"Wilderness/原料3.png",
"Wilderness/制造3.png"
],
"roi": [
20,
413,
1228,
277
],
"action": "Click"
},
"如果满员就收起列表去下一个房间": {
"recognition": "TemplateMatch",
"template": "Wilderness/休息位置已满.png",
"roi": [
985,
69,
293,
191
],
"next": [
"收起心情列表"
]
},
"收起心情列表": {
"recognition": "TemplateMatch",
"template": "Wilderness/收起心情列表.png",
"roi": [
1180,
391,
32,
27
],
"action": "Click",
"post_delay": 1000,
"next": []
}
}

0 comments on commit 6944c0b

Please sign in to comment.