Skip to content

Commit

Permalink
feat:新增简易魔精收取生产。修复bug (#186)
Browse files Browse the repository at this point in the history
新增简易魔精收取生产

修复铸币美学不会向右滑动。
修复每日心相偶尔没点到。
调整深眠识图,本期有一关点不到。
修复签到界面叉不掉。
  • Loading branch information
a16797 authored Sep 21, 2024
1 parent 7667966 commit 41610cc
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 55 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
}
],
"task": [
{
"name": "(不可用)日常任务顺序建议:启动游戏、收取荒原、每日心相、清体力、领取奖励、关闭游戏",
"entry": ""
},
{
"name": "启动游戏",
"entry": "StartUp"
Expand Down
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.
6 changes: 3 additions & 3 deletions assets/resource/base/pipeline/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
"next": "SwipeLeftAndFindStage"
},
"ResourceChapter_MA": {
"doc": "猪鼻美学",
"doc": "铸币美学",
"next": [
"ResourceChapter_MAEnter",
"Sub_ResourceChapterLabel",
"Sub_SwipeRightForChapter"
"Sub_SwipeRightForChapter",
"Sub_ResourceChapterLabel"
]
},
"ResourceChapter_MAEnter": {
Expand Down
6 changes: 4 additions & 2 deletions assets/resource/base/pipeline/limbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
"upper": [
255
],
"order_by": "Random",
"connected": true,
"count": 50,
"count": 10,
"action": "Click",
"next": [
"LimboActionFlag_1",
Expand Down Expand Up @@ -253,8 +254,9 @@
"upper": [
255
],
"order_by": "Random",
"connected": true,
"count": 50,
"count": 10,
"action": "Click",
"next": [
"LimboActionFlag_2",
Expand Down
3 changes: 2 additions & 1 deletion assets/resource/base/pipeline/psychube.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"action": "Click",
"next": [
"PsychubeStages_7",
"PsychubeReadyForAction"
"PsychubeReadyForAction",
"FreePsychubeStages"
]
},
"NoFreePsychubeStagesFlag": {
Expand Down
1 change: 1 addition & 0 deletions assets/resource/base/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
},
"Sub_CloseDuringFestivalDipaRewardPage": {
"is_sub": true,
"green_mask": true,
"recognition": "TemplateMatch",
"template": "StartUp/CloseDuringFestivalDipaRewardPage.png",
"roi": [
Expand Down
149 changes: 100 additions & 49 deletions assets/resource/base/pipeline/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"action": "Click",
"next": [
"EnterWilderness",
"EnterProduct",
"CollectEXP",
"CollectMoney",
"CollectAwards",
Expand Down Expand Up @@ -79,47 +80,6 @@
"HomeFlag"
]
},
"CollectEXP备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/CollectEXP.png",
"roi": [
455,
87,
139,
134
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"CollectMoney",
"CollectAwards",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectMoney备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/CollectMoney.png",
"roi": [
685,
34,
132,
134
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"CollectAwards",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"CollectAwards": {
"recognition": "TemplateMatch",
"template": "Wilderness/CollectAwards.png",
Expand Down Expand Up @@ -209,19 +169,110 @@
"HomeFlag"
]
},
"TrustMax备份": {
"recognition": "TemplateMatch",
"template": "Wilderness/TrustMax.png",
"EnterProduct": {
"recognition": "OCR",
"expected": [
"生产"
],
"roi": [
238,
506,
191,
214
],
"target_offset": [
0,
162,
141,
114
-30,
0,
0
],
"action": "Click",
"next": [
"Sub_HomeButton",
"HomeFlag"
"CollectProduct",
"EnterProduct"
]
},
"CollectProduct": {
"recognition": "OCR",
"expected": [
"收取"
],
"roi": [
157,
22,
971,
650
],
"action": "Click",
"next": [
"Sub_CollectProduct",
"AutoSelectProducts"
]
},
"Sub_CollectProduct": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "Wilderness/CollectProduct.png",
"roi": [
431,
48,
406,
220
],
"action": "Click"
},
"AutoSelectProducts": {
"recognition": "OCR",
"expected": [
"批量放入产品"
],
"roi": [
675,
563,
309,
152
],
"action": "Click",
"next": [
"AutoSelectLeast"
]
},
"AutoSelectLeast": {
"recognition": "OCR",
"expected": [
"最少"
],
"roi": [
567,
91,
184,
282
],
"action": "Click",
"next": [
"AutoSelectComfirm"
]
},
"AutoSelectComfirm": {
"recognition": "OCR",
"expected": [
"批量放入"
],
"roi": [
507,
483,
264,
138
],
"action": "Click",
"next": [
"CollectEXP",
"CollectMoney",
"CollectAwards",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_BackButton"
]
}
}

0 comments on commit 41610cc

Please sign in to comment.