diff --git a/resource/tasks.json b/resource/tasks.json index 3141e88576..e22e40e3f0 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -8932,6 +8932,19 @@ "Stop" ] }, + "NormalBattleAbandon": { + "action": "ClickSelf", + "roi": [ + 791, + 497, + 313, + 157 + ], + "next": [ + "NormalBattleAbandon", + "Stop" + ] + }, "RoguelikeBattleExitBegin": { "action": "ClickSelf", "roi": [ @@ -8946,7 +8959,8 @@ ], "next": [ "RoguelikeBattleAbandon", - "RoguelikeBattleExitBegin" + "RoguelikeBattleExitBegin", + "NormalBattleAbandon" ] }, "RoguelikeBattleSpeedUp": { diff --git a/resource/template/NormalBattleAbandon.png b/resource/template/NormalBattleAbandon.png new file mode 100644 index 0000000000..94cfe98ff7 Binary files /dev/null and b/resource/template/NormalBattleAbandon.png differ