2020年12月17日 美韩支持语音觉醒

This commit is contained in:
枫谷剑仙 2020-12-17 01:06:39 +08:00
parent 6d0275852a
commit 395b750113
19 changed files with 13 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 KiB

After

Width:  |  Height:  |  Size: 950 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 KiB

After

Width:  |  Height:  |  Size: 950 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -1 +1 @@
[{"code":"ja","ckey":{"card":"271cc65f3273c767feb0c0330197e499","skill":"6a9c3bfe493bb6a25e4baa4f4ebdab33"},"updateTime":1607973033948},{"code":"en","ckey":{"card":"cb867f09cd557597d1c1a9caa12c98f9","skill":"40b9acf5827237c5c4a450bd8289c4f9"},"updateTime":1607973033948},{"code":"ko","ckey":{"card":"2147468c23a860987c70a59935ceef23","skill":"908399019cc34e9a73b5344855093243"},"updateTime":1607973033948}]
[{"code":"ja","ckey":{"card":"655dda55acd9be4cda56277f7e17db4c","skill":"6a9c3bfe493bb6a25e4baa4f4ebdab33"},"updateTime":1608137927030},{"code":"en","ckey":{"card":"a3de1dd93c2be23a77bb2dc6e0ad2684","skill":"1cfc69c93eed2ce73d642f98e288c384"},"updateTime":1608137927030},{"code":"ko","ckey":{"card":"67d7c1a0e729a551fc91a6aa6c909a32","skill":"2bdc800988b3a67aa792b69e1dac30d6"},"updateTime":1608137927030}]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -256,9 +256,9 @@ function calculateAbility(member, assist = null, solo = true, teamsCount = 1)
[{index:3,value:200},{index:67,value:-2000}] //RCV
];
const previousAwokenScale = [ //在297之前对应比例加三维觉醒的序号与倍率值就是语音觉醒
[], //HP
[], //ATK
[] //RCV
[{index:63,scale:1.1}], //HP
[{index:63,scale:1.1}], //ATK
[{index:63,scale:1.1}] //RCV
];
const latterAwokenScale = [ //对应比例加三维觉醒的序号与倍率值
[], //HP
@ -266,14 +266,6 @@ function calculateAbility(member, assist = null, solo = true, teamsCount = 1)
[] //RCV
];
if (currentDataSource.code=="ja")
{
//63 语音觉醒
previousAwokenScale.forEach(ab=>{
ab.push({index:63,scale:1.1});
});
}
if (!solo)
{ //协力时计算协力觉醒
latterAwokenScale.forEach(ab=>{