Skip to content

Commit

Permalink
Add TimeKillerTime
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Jun 15, 2024
1 parent 8106dad commit cd2942f
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 10 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
{
"name": "活动:肉斩骨断-23关",
"entry": "Mission_5_5_23"
},
{
"name": "活动:时间杀人时间-2关",
"entry": "Mission_6_5_2"
}
],
"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.
10 changes: 0 additions & 10 deletions assets/resource/pipeline/activity_5_5.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@
],
"action": "Click"
},

"Sub_Sword_23": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Sword/23.png", "limbus_template/Sword/23_2.png", "limbus_template/Sword/23_3.png"],
"roi": [
404,205,506,472
],
"action": "Click"
},
"Sub_Sword_SelectView": {
"is_sub": true,
"recognition": "TemplateMatch",
Expand Down
61 changes: 61 additions & 0 deletions assets/resource/pipeline/activity_time.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"Mission_6_5_2":{
"pre_wait_freezes": 500,
"next": [
"EnterStageSword",
"Sub_Time_2",
"Sub_Time_SelectView",
"SkipStory_Confirm",
"SkipStory_SecondStep",
"SkipStory_FirstStep",
"Sub_Time_StageSelect",
"Sub_Enter_Time",
"Sub_DriveView",
"Sub_Limbus_Startup"
]
},

"Sub_Time_2": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Time/6_5_2.png"],
"roi": [
0, 0, 1022, 688
],
"action": "Click"
},
"Sub_Time_SelectView": {
"is_sub": true,
"recognition": "TemplateMatch",
"threshold": 0.60,
"template": "limbus_template/Time/TimeItem.png",
"roi": [
1120,0,163,154
],
"action": "Swipe",
"begin":[ 550, 547, 300, 51],
"end":[ 950, 407, 51, 51]

},
"Sub_Time_StageSelect": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Time/StageSelect.png",
"roi": [
878,312,256,147
],
"action": "Click",
"post_wait_freezes": 3000
},
"Sub_Enter_Time": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Time/TimeIntro.png"],
"roi": [
37,80,296,218
],
"action": "Click",
"post_wait_freezes": 6000
}

}

0 comments on commit cd2942f

Please sign in to comment.