generated from MaaXYZ/MaaPracticeBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Night-stars-1/main
chore: 支持其他研学角色
- Loading branch information
Showing
6 changed files
with
82 additions
and
60 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 43 additions & 24 deletions
67
assets/resource_picli/base/pipeline/11_(03)_landscape.json
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 |
---|---|---|
@@ -1,25 +1,44 @@ | ||
{ | ||
"landscape": { | ||
"recognition": "TemplateMatch", | ||
"template": "Research/82.png", | ||
"roi": [ | ||
109, | ||
384, | ||
80, | ||
86 | ||
], | ||
"action": "Click", | ||
"target_offset": [ | ||
60, | ||
150, | ||
0, | ||
0 | ||
], | ||
"post_wait_freezes": 3000, | ||
"next": [ | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells" | ||
] | ||
} | ||
} | ||
"landscape": { | ||
"recognition": "TemplateMatch", | ||
"template": "Research/r1.png", | ||
"roi": [494, 386, 90, 84], | ||
"action": "Click", | ||
"target_offset": [ | ||
60, | ||
150, | ||
0, | ||
0 | ||
], | ||
"post_wait_freezes": 3000, | ||
"next": [ | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells", | ||
"landscape", | ||
"Research", | ||
"museum", | ||
"landscape-buff-one" | ||
] | ||
}, | ||
"landscape-buff-one": { | ||
"action": "Click", | ||
"target": [ | ||
360, | ||
340, | ||
0, | ||
0 | ||
], | ||
"post_delay": 3000, | ||
"next": [ | ||
"agree", | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells", | ||
"landscape", | ||
"Research", | ||
"museum", | ||
"advance_four" | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,25 +1,34 @@ | ||
{ | ||
"journey": { | ||
"recognition": "TemplateMatch", | ||
"template": "Research/82.png", | ||
"roi": [ | ||
109, | ||
384, | ||
80, | ||
86 | ||
], | ||
"action": "Click", | ||
"target_offset": [ | ||
60, | ||
150, | ||
0, | ||
0 | ||
], | ||
"post_wait_freezes": 3000, | ||
"next": [ | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells" | ||
] | ||
} | ||
} | ||
"journey": { | ||
"recognition": "TemplateMatch", | ||
"template": "Research/r2.png", | ||
"roi": [878, 385, 92, 90], | ||
"action": "Click", | ||
"target_offset": [60, 150, 0, 0], | ||
"post_wait_freezes": 3000, | ||
"next": [ | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells", | ||
"journey", | ||
"Research", | ||
"museum", | ||
"journey-buff-one" | ||
] | ||
}, | ||
"journey-buff-one": { | ||
"action": "Click", | ||
"target": [360, 340, 0, 0], | ||
"post_delay": 3000, | ||
"next": [ | ||
"agree", | ||
"Marksmanship", | ||
"Blazing_Knife", | ||
"Spells", | ||
"journey", | ||
"Research", | ||
"museum", | ||
"advance_four" | ||
] | ||
} | ||
} |
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