From 3c7e7c270711033dda53432e00478b801ff4c4bb 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, 24 Mar 2023 22:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=B1=BB=E5=9E=8B=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E5=AE=9D=E7=9F=B3=E5=A7=AC=E5=A4=9A=E5=87=BA=E6=9D=A5?= =?UTF-8?q?=E5=9B=9E=E5=8A=A0=E5=A4=8D=E7=9A=84=E9=97=AE=E9=A2=98?= 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 6e2e6db8..5eceb09c 100644 --- a/script-skill-parser.js +++ b/script-skill-parser.js @@ -1581,7 +1581,7 @@ const skillObjectParsers = { return activeTurns(turns, powerUp({targets: typeArr}, null, p.mul({ atk: mul }))); }, [231](turns, awoken1, awoken2, awoken3, awoken4, awoken5, atk, rcv) { - return activeTurns(turns, powerUp(null, null, p.scaleStateKind([awoken1, awoken2, awoken3, awoken4, awoken5].filter(Boolean), null, null, p.mul({atk: atk, hp:0, rcv: rcv})))); + return activeTurns(turns, powerUp(null, null, p.scaleStateKind([awoken1, awoken2, awoken3, awoken4, awoken5].filter(Boolean), null, null, p.mul({atk: atk, hp:0, rcv: rcv ?? 0})))); }, [232](...ids) { return evolvedSkills(false, ids.map(id => this.parser(id))); }, [233](...ids) { return evolvedSkills(true, ids.map(id => this.parser(id))); }, diff --git a/service-worker.js b/service-worker.js index 7ebf4c93..e20a4bb9 100644 --- a/service-worker.js +++ b/service-worker.js @@ -11575,7 +11575,7 @@ const cachesMap = new Map([ ], [ "script-skill-parser.js", - "e22053583464ac3ee28fe0f4daa194d2" + "ab3619de42ce747738ce20e3122d9316" ], [ "script-universal_function.js",