下午茶觉醒在297之后而不是之前
This commit is contained in:
parent
0afb8e1187
commit
c916bc43b2
|
@ -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) { //协力时计算协力觉醒
|
||||
|
|
|
@ -50231,7 +50231,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-universal_function.js",
|
||||
"e3f1f7e73f08b6217bf19c3bc9b3c98a"
|
||||
"9e40f223c10147c8af1c6b07f9620c7b"
|
||||
],
|
||||
[
|
||||
"script.js",
|
||||
|
|
Loading…
Reference in New Issue