-
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
1 changed file
with
391 additions
and
0 deletions.
There are no files selected for viewing
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,391 @@ | ||
{ | ||
"$schema": "../../pipeline.schema.json", | ||
"CombatForward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
149, | ||
466, | ||
6, | ||
7 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatBackward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
149, | ||
684, | ||
6, | ||
7 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatLeft": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
36, | ||
572, | ||
7, | ||
6 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatRight": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
261, | ||
572, | ||
7, | ||
6 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatLeftForward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
70, | ||
493, | ||
5, | ||
5 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatRightForward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
229, | ||
493, | ||
5, | ||
5 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatLeftBackward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
70, | ||
652, | ||
5, | ||
5 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatRightBackward": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Swipe", | ||
"begin": [ | ||
127, | ||
550, | ||
50, | ||
50 | ||
], | ||
"end": [ | ||
229, | ||
652, | ||
5, | ||
5 | ||
], | ||
"duration": 500, | ||
"pre_delay": 0, | ||
"post_delay": 50 | ||
}, | ||
"CombatBasicATK": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
1146, | ||
606, | ||
82, | ||
64 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 200 | ||
}, | ||
"CombatBasicATKCharge": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Custom", | ||
"custom_action": "BasicATKChargeBase", | ||
"pre_delay": 0, | ||
"post_delay": 100 | ||
}, | ||
"CombatEvade": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
971, | ||
608, | ||
79, | ||
62 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
}, | ||
"CombatUltimate": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
1145, | ||
424, | ||
82, | ||
74 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
}, | ||
"CombatUltimateCharge": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Custom", | ||
"custom_action": "UltimateChargeBase", | ||
"pre_delay": 0, | ||
"post_delay": 100 | ||
}, | ||
"CombatWeaponSkill": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
977, | ||
444, | ||
69, | ||
64 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
}, | ||
"CombatELFSkill": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
857, | ||
515, | ||
63, | ||
53 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
}, | ||
"CombatExtraSkill": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
980, | ||
294, | ||
64, | ||
49 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 100 | ||
}, | ||
"CombatQTE1": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
1157, | ||
113, | ||
73, | ||
51 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
}, | ||
"CombatQTE2": { | ||
"recognition": "TemplateMatch", | ||
"template": "Combat/StopCombat.png", | ||
"roi": [ | ||
0, | ||
0, | ||
136, | ||
140 | ||
], | ||
"action": "Click", | ||
"target": [ | ||
1160, | ||
261, | ||
70, | ||
56 | ||
], | ||
"pre_delay": 0, | ||
"post_delay": 150 | ||
} | ||
} |