From 254d02c05f8bc2f6a1050c64151a5ccbdf97dc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 25 Dec 2020 01:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=80=E5=A4=A7=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E5=80=BC=E6=97=B6=E9=83=A8=E5=88=86=E6=80=AA=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=89=93297?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-universal_function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-universal_function.js b/script-universal_function.js index 35274055..eee9f87c 100644 --- a/script-universal_function.js +++ b/script-universal_function.js @@ -372,7 +372,7 @@ function calculateAbility_max(id,solo, teamsCount) const tempMon = { id: id, level: card.maxLevel + (card.limitBreakIncr ? 11 : 0), - plus: [99,99,99], + plus: (card.overlay || card.types[0] == 15 && card.types[1] == -1) ? [0,0,0] : [99,99,99], //当可以叠加时,不能打297 awoken: card.awakenings.length, }; const abilities = calculateAbility(tempMon, null, solo, teamsCount);