-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
1,504 additions
and
1,290 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+10.2 KB
assets/resource/image/Navigation/ChallengeEvent/EnterUniversalMiragePage.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+5.48 KB
assets/resource/image/Navigation/UniversalMirage/EnterBladeGravePage.png
Oops, something went wrong.
Binary file added
BIN
+6.19 KB
assets/resource/image/Navigation/UniversalMirage/EnterGlacialFencesPage.png
Oops, something went wrong.
Binary file added
BIN
+7.25 KB
assets/resource/image/Navigation/UniversalMirage/EnterIlluminatedLandPage.png
Oops, something went wrong.
Binary file added
BIN
+6.85 KB
assets/resource/image/Navigation/UniversalMirage/EnterRoaringPalacePage.png
Oops, something went wrong.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"$schema": "../../pipeline.schema.json", | ||
"Armada": { | ||
"next": [ | ||
"ArmadaPageFlag", | ||
"Sub_EnterArmadaPage", | ||
"Sub_StartUp" | ||
] | ||
}, | ||
"ArmadaPageFlag": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/ArmadaPageFlag.png", | ||
"roi": [ | ||
0, | ||
599, | ||
168, | ||
121 | ||
], | ||
"next": [ | ||
"Commissions", | ||
"Contributions", | ||
"Stop" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,259 @@ | ||
{ | ||
"$schema": "../../pipeline.schema.json", | ||
"Commissions": { | ||
"next": [ | ||
"CommissionsPageFlag", | ||
"Sub_EnterCommissionsPage", | ||
"Sub_EnterArmadaPage", | ||
"Sub_BackButton" | ||
] | ||
}, | ||
"CommissionsPageFlag": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionsPageFlag.png", | ||
"roi": [ | ||
0, | ||
62, | ||
129, | ||
127 | ||
], | ||
"next": [ | ||
"ApplyForANewCommission", | ||
"AcceptNewCommission", | ||
"CommissionItem", | ||
"CommissionItemBuyMax", | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton", | ||
"CommissionNoneSubmitButton" | ||
] | ||
}, | ||
"ApplyForANewCommission": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/ApplyForANewCommission.png", | ||
"threshold": 0.9, | ||
"roi": [ | ||
37, | ||
577, | ||
239, | ||
141 | ||
], | ||
"action": "Click", | ||
"next": [ | ||
"ApplyForANewCommission", | ||
"AcceptNewCommission", | ||
"CommissionItem", | ||
"CommissionItemBuyMax", | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton" | ||
] | ||
}, | ||
"AcceptNewCommission": { | ||
"recognition": "OCR", | ||
"text": [ | ||
"接受" | ||
], | ||
"roi": [ | ||
1018, | ||
154, | ||
211, | ||
560 | ||
], | ||
"action": "Click", | ||
"next": [ | ||
"AcceptNewCommission", | ||
"CommissionItem", | ||
"CommissionItemBuyMax", | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton" | ||
] | ||
}, | ||
"CommissionItem": { | ||
"recognition": "TemplateMatch", | ||
"green_mask": true, | ||
"template": "Armada/CommissionItem.png", | ||
"roi": [ | ||
7, | ||
112, | ||
248, | ||
248 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 200, | ||
"next": [ | ||
"CommissionItemBuyMax", | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton", | ||
"CommissionItem" | ||
] | ||
}, | ||
"CommissionItemBuyMax": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionItemBuyMax.png", | ||
"roi": [ | ||
565, | ||
500, | ||
158, | ||
133 | ||
], | ||
"action": "Click", | ||
"next": [ | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton" | ||
] | ||
}, | ||
"CommissionItemBuy": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionItemBuy.png", | ||
"roi": [ | ||
872, | ||
494, | ||
167, | ||
145 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 200, | ||
"next": [ | ||
"CommissionSubmitButton", | ||
"SubmitCommission" | ||
] | ||
}, | ||
"CommissionSubmitButton": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionSubmitButton.png", | ||
"threshold": 0.95, | ||
"roi": [ | ||
860, | ||
579, | ||
171, | ||
141 | ||
], | ||
"action": "Click", | ||
"next": [ | ||
"CommissionSubmitButton", | ||
"SubmitCommission" | ||
] | ||
}, | ||
"CommissionNoneSubmitButton": { | ||
"inverse": true, | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionSubmitButton.png", | ||
"roi": [ | ||
860, | ||
579, | ||
171, | ||
141 | ||
], | ||
"next": [ | ||
"CommissionsRewardsPageFlag", | ||
"Sub_EnterCommissionsRewardsPage" | ||
] | ||
}, | ||
"CommossionLimit": { | ||
"recognition": "OCR", | ||
"text": [ | ||
"回收委托次数已经耗尽" | ||
], | ||
"roi": [ | ||
361, | ||
287, | ||
539, | ||
142 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 200, | ||
"next": [ | ||
"CommissionsRewardsPageFlag", | ||
"Sub_EnterCommissionsRewardsPage" | ||
] | ||
}, | ||
"SubmitCommission": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/SubmitCommission.png", | ||
"roi": [ | ||
696, | ||
492, | ||
230, | ||
141 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 200, | ||
"next": [ | ||
"CommossionLimit", | ||
"SubmitCommission", | ||
"Sub_CloseDialogBox", | ||
"CommissionItem", | ||
"CommissionItemBuyMax", | ||
"CommissionItemBuy", | ||
"CommissionSubmitButton", | ||
"CommissionNoneSubmitButton" | ||
] | ||
}, | ||
"CommissionsRewardsPageFlag": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionsRewardsPageFlag.png", | ||
"roi": [ | ||
0, | ||
60, | ||
131, | ||
131 | ||
], | ||
"next": [ | ||
"CommissionsRewardsClaim", | ||
"Sub_CloseDialogBox", | ||
"CommissionsRewardsLastDistribution" | ||
] | ||
}, | ||
"CommissionsRewardsClaim": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionsRewardsClaim.png", | ||
"roi": [ | ||
828, | ||
580, | ||
168, | ||
137 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": 200, | ||
"next": [ | ||
"Sub_CloseDialogBox", | ||
"CommissionsRewardsLastDistribution" | ||
] | ||
}, | ||
"CommissionsRewardsLastDistribution": { | ||
"recognition": "TemplateMatch", | ||
"template": "Armada/CommissionsRewardsLastDistribution.png", | ||
"roi": [ | ||
778, | ||
579, | ||
268, | ||
137 | ||
], | ||
"next": [ | ||
"BackToArmadaPage" | ||
] | ||
}, | ||
"BackToArmadaPage": { | ||
"recognition": "TemplateMatch", | ||
"template": "Utils/BackButton.png", | ||
"roi": [ | ||
0, | ||
0, | ||
180, | ||
133 | ||
], | ||
"action": "Click", | ||
"post_wait_freezes": { | ||
"time": 200, | ||
"target": [ | ||
0, | ||
600, | ||
300, | ||
110 | ||
] | ||
}, | ||
"next": [ | ||
"Contributions", | ||
"Stop" | ||
] | ||
} | ||
} |
Oops, something went wrong.