From b729a00a8b4bac4f46f59b7d0c7dd0b1b5686e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 18 Jan 2024 03:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=80=E4=BA=9B=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E4=BC=9A=E6=98=BE=E7=A4=BA=E6=94=BB=E5=87=BB?= =?UTF-8?q?=E5=8A=9B=C3=970=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-skill-parser.js | 2 +- service-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script-skill-parser.js b/script-skill-parser.js index 61d39e22..f49084bc 100644 --- a/script-skill-parser.js +++ b/script-skill-parser.js @@ -1610,7 +1610,7 @@ const skillObjectParsers = { //return powerUp(null, null, p.mul({ atk: atk || 100}), c.exact('match-length', lenExact, flags(attr)), v.percent(percent), [combo ? addCombo(combo) : null, damage ? followAttackFixed(damage) : null].filter(Boolean), true); //let powerup, condition; let powerup = Boolean(lenMin) - ? p.scaleMatchLength(flags(attrs), lenMin, lenMin, [atk, 100], [0, 0]) + ? p.scaleMatchLength(flags(attrs), lenMin, lenMin, [atk || 100, 100], [0, 0]) : p.mul({ atk: atk || 100}); let condition = Boolean(lenExact) ? c.exact('match-length', lenExact, flags(attrs)) diff --git a/service-worker.js b/service-worker.js index 955c1600..5cadbbfe 100644 --- a/service-worker.js +++ b/service-worker.js @@ -21647,7 +21647,7 @@ const cachesMap = new Map([ ], [ "script-skill-parser.js", - "5e59b465391a0d8adac69ccc081b9d0f" + "c2731a12b9f65f174126f19538a8b5f1" ], [ "script-universal_function.js",