From eff6c535dc21960fbfc741646b6bf2a1c5fa3064 Mon Sep 17 00:00:00 2001 From: xOlanga Date: Mon, 6 Mar 2023 15:57:02 +0000 Subject: [PATCH] =?UTF-8?q?update=20smartbot/Profiles/77=E6=A0=87(S)DK.cs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "smartbot/Profiles/77\346\240\207(S)DK.cs" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/smartbot/Profiles/77\346\240\207(S)DK.cs" "b/smartbot/Profiles/77\346\240\207(S)DK.cs" index 31826beb3..a7f2ab1b2 100644 --- "a/smartbot/Profiles/77\346\240\207(S)DK.cs" +++ "b/smartbot/Profiles/77\346\240\207(S)DK.cs" @@ -260,7 +260,7 @@ namespace SmartBotProfiles if (BoardHelper.GetSurvivalMinionEnemy(board).Sum(x => x.CurrentHealth) > 18 && BoardHelper.GetSecondTurnLethalRange(board) <= 15) { - + p.GlobalAggroModifier = 1000; //Full aggro when conditions are met Bot.Log("走脸"); }else{ p.GlobalAggroModifier = (int)(a * 0.625+200); -- Gitee