Skip to content

Commit

Permalink
chore# add new 6-5-27
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Aug 11, 2024
1 parent ff42bb6 commit de8d359
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
{
"name": "活动:时间杀人时间-2关",
"entry": "Mission_6_5_2"
},
{
"name": "活动:WRAP快车谋杀案-27关",
"entry": "Mission_6_5_27"
}
],
"recognizer": {},
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.
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.
71 changes: 71 additions & 0 deletions assets/resource/pipeline/activity_wrajp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"Mission_6_5_27":{
"pre_wait_freezes": 500,
"next": [
"EnterStageSword",
"TeamSelectFix",
"Sub_Wrap_2",
"Sub_Wrap_SelectView",
"SkipStory_Confirm",
"SkipStory_SecondStep",
"SkipStory_FirstStep",
"Sub_Wrap_StageSelect",
"Sub_Enter_Wrap",
"Sub_DriveView",
"Sub_Limbus_Startup"
]
},
"TeamSelectFix": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Wrap/TeamSelectFix.png"],
"roi": [
0,0,517,364
],
"target": [48, 16, 83, 57],
"action": "Click"
},
"Sub_Wrap_2": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Wrap/Stage6527.png"],
"roi": [
0,44,847,676
],
"action": "Click"
},
"Sub_Wrap_SelectView": {
"is_sub": true,
"recognition": "TemplateMatch",
"threshold": 0.60,
"template": "limbus_template/Wrap/WrapItem.png",
"roi": [
1131,0,149,173
],
"action": "Swipe",
"begin":[ 550, 547, 300, 51],
"end":[ 250, 547, 300, 51]

},
"Sub_Wrap_StageSelect": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Wrap/StageSelect.png",
"roi": [
802,319,365,157
],
"action": "Click",
"post_wait_freezes": 3000
},
"Sub_Enter_Wrap": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Wrap/WrapIntro.png"],
"roi": [
42,86,283,210
],
"action": "Click",
"post_wait_freezes": 6000
}

}
2 changes: 1 addition & 1 deletion assets/resource/pipeline/limubs_startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"recognition": "TemplateMatch",
"template": ["limbus_template/daily/Confirm.png",
"limbus_template/daily/Confirm2.png"],
"roi": [[1015,511,265,150],
"roi": [[1015,511,265,180],
[968, 472, 160, 181]],
"action": "Click"
},
Expand Down

0 comments on commit de8d359

Please sign in to comment.