diff --git a/resource/tasks.json b/resource/tasks.json index adb039213b..7676a724cf 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -203,8 +203,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-5" + "LEChapterToLE" + ], + "next": [ + "StageLE-5", + "SwapToStageLE-5" ] }, "LE-6": { @@ -212,8 +215,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-6" + "LEChapterToLE" + ], + "next": [ + "StageLE-6", + "SwapToStageLE-6" ] }, "LE-7": { @@ -221,8 +227,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-7" + "LEChapterToLE" + ], + "next": [ + "StageLE-7", + "SwapToStageLE-7" ] }, "LE-Open": { @@ -252,8 +261,31 @@ ], "action": "ClickSelf", "sub": [ - "SwipeToTheRight", - "SlowlySwipeToTheLeft" + "SwipeToTheRight" + ] + }, + "SwapToStageLE-5": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-5", + "SwapToStageLE-5" + ] + }, + "SwapToStageLE-6": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-6", + "SwapToStageLE-6" + ] + }, + "SwapToStageLE-7": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-7", + "SwapToStageLE-7" ] }, "StageLE-5": {