下午茶觉醒在297之后而不是之前

This commit is contained in:
枫谷剑仙 2025-05-23 22:41:47 +08:00
parent 0afb8e1187
commit c916bc43b2
2 changed files with 9 additions and 9 deletions

View File

@ -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) { //协力时计算协力觉醒

View File

@ -50231,7 +50231,7 @@ const cachesMap = new Map([
],
[
"script-universal_function.js",
"e3f1f7e73f08b6217bf19c3bc9b3c98a"
"9e40f223c10147c8af1c6b07f9620c7b"
],
[
"script.js",