From c916bc43b2fb97f1aefc48b8dd66a4d2ab4c12d0 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, 23 May 2025 22:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=88=E8=8C=B6=E8=A7=89=E9=86=92?= =?UTF-8?q?=E5=9C=A8297=E4=B9=8B=E5=90=8E=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E4=B9=8B=E5=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-universal_function.js | 16 ++++++++-------- service-worker.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/script-universal_function.js b/script-universal_function.js index 76aea7d0..c7af15b8 100644 --- a/script-universal_function.js +++ b/script-universal_function.js @@ -851,15 +851,15 @@ function calculateAbility(member, assist = null, solo = true, teamsCount = 1) { [{ index: 2, value: 100 }, { index: 66, value: -1000 }], //ATK [{ index: 3, value: 200 }, { index: 67, value: -2000 }] //RCV ]; - const previousAwokenScale = [ //在297之前,对应比例加三维觉醒的序号与倍率值,63 语音觉醒、132 下午茶觉醒 - [{ index: 63, scale: 1.1 }, { index: 132, scale: 1.25 }], //HP - [{ index: 63, scale: 1.1 }, { index: 132, scale: 1.25 }], //ATK - [{ index: 63, scale: 1.1 }, { index: 132, scale: 1.25 }] //RCV + const previousAwokenScale = [ //在297之前,对应比例加三维觉醒的序号与倍率值,63 语音觉醒 + [{ index: 63, scale: 1.1 }], //HP + [{ index: 63, scale: 1.1 }], //ATK + [{ index: 63, scale: 1.1 }] //RCV ]; - const latterAwokenScale = [ //在297之后,对应比例加三维觉醒的序号与倍率值,30 协力觉醒、127 三维觉醒 - [{ index: 127, scale: 1.5 }], //HP - [{ index: 127, scale: 1.5 }], //ATK - [{ index: 127, scale: 1.5 }] //RCV + const latterAwokenScale = [ //在297之后,对应比例加三维觉醒的序号与倍率值,30 协力觉醒、127 三维觉醒、132 下午茶觉醒 + [{ index: 127, scale: 1.5 }, { index: 132, scale: 1.25 }], //HP + [{ index: 127, scale: 1.5 }, { index: 132, scale: 1.25 }], //ATK + [{ index: 127, scale: 1.5 }, { index: 132, scale: 1.25 }] //RCV ]; if (!solo) { //协力时计算协力觉醒 diff --git a/service-worker.js b/service-worker.js index b735120f..d9c30aef 100644 --- a/service-worker.js +++ b/service-worker.js @@ -50231,7 +50231,7 @@ const cachesMap = new Map([ ], [ "script-universal_function.js", - "e3f1f7e73f08b6217bf19c3bc9b3c98a" + "9e40f223c10147c8af1c6b07f9620c7b" ], [ "script.js",