Skip to content

Commit

Permalink
chore# add Miracle District activity
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Dec 31, 2023
1 parent 7538cdf commit c13fa17
Show file tree
Hide file tree
Showing 11 changed files with 121 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.
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.
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.
121 changes: 121 additions & 0 deletions assets/resource/pipeline/activity_1228.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"Mission_5_5_13":{
"pre_wait_freezes": 500,
"next": [
"EnterStageMiracle",
"Sub_Miracle_13",
"Sub_Miracle_SelectView",
"SkipStory_Confirm",
"SkipStory_SecondStep",
"SkipStory_FirstStep",
"Sub_Miracle_StageSelect",
"Sub_Enter_Miracle",
"Sub_DriveView",
"Sub_Limbus_Startup"
]
},
"Mission_5_5_11":{
"pre_wait_freezes": 500,
"next": [
"EnterStageMiracle",
"Sub_Miracle_11",
"Sub_Miracle_SelectView",
"SkipStory_Confirm",
"SkipStory_SecondStep",
"SkipStory_FirstStep",
"Sub_Miracle_StageSelect",
"Sub_Enter_Miracle",
"Sub_DriveView",
"Sub_Limbus_Startup"
]
},
"SkipStory_Confirm": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/StoryConfirm.png",
"roi": [
598, 413, 190, 153
],
"action": "Click"
},
"SkipStory_SecondStep": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/StorySkip.png",
"roi": [
792,0,163,163
],
"action": "Click"
},
"SkipStory_FirstStep": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/Story1.png",
"roi": [
1119, 0, 150, 141
],
"target": [65, 28, 63, 35],
"action": "Click"
},
"EnterStageMiracle": {
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/EnterStage.png",
"roi": [
984, 487, 141, 146
],
"action": "Click",
"next": [
"PartySelectBtn"
]
},
"Sub_Miracle_13": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/13.png",
"roi": [
14, 74, 1246, 517
],
"action": "Click"
},
"Sub_Miracle_11": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/11.png",
"roi": [
14, 74, 1246, 517
],
"action": "Click"
},
"Sub_Miracle_SelectView": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/SelectView.png",
"roi": [
1119,0,161,151
],
"action": "Swipe",
"begin":[ 550, 547, 300, 51],
"end":[ 150, 547, 300, 51]

},
"Sub_Miracle_StageSelect": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "limbus_template/Miracle/StageSelect.png",
"roi": [
29,120,293,239
],
"action": "Click"
},
"Sub_Enter_Miracle": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": ["limbus_template/Miracle/MiracleIntro.png", "limbus_template/Miracle/MiracleIntroLofi.png"],
"roi": [
28,89,306,201
],
"action": "Click",
"post_wait_freezes": 9000
}

}

0 comments on commit c13fa17

Please sign in to comment.