2024年9月13日

This commit is contained in:
枫谷剑仙 2024-09-13 21:59:02 +08:00
parent 6898e97c5f
commit 1854a436b3
12 changed files with 21 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 KiB

After

Width:  |  Height:  |  Size: 984 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -2,10 +2,10 @@
{
"code": "ja",
"ckey": {
"card": "0a1aea4f26ef4ef2637c72f177b9a3b1",
"skill": "77ced791617c0f8f7a985bf3f5d14c68"
"card": "57b5e0d4a5e195a80002d30940debfb1",
"skill": "8285968c9cea5c3ccbbc4ab31a4aa99e"
},
"updateTime": 1726131908445
"updateTime": 1726235273671
},
{
"code": "en",

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

@ -550,11 +550,11 @@ const equivalent_awoken = [
const PAD_PASS_BADGE = 1<<7 | 1; //本程序的月卡徽章编号129
//官方的徽章排列顺序
const official_badge_sorting = [
const official_badge_sorting = [ //20是没有启用的全属性徽章现在也不在游戏内显示了
1, 22, 23, 2, 3, 4, 5, 6,
7, 8, 9, 11, 17, 18, 19, 20,
21, 10, 12, 13, 14, 24, 25, 26,
27, 28, 29, 30, 31, 15, 16, 32,
7, 8, 9, 11, 17, 18, 19, 21,
10, 12, 13, 14, 24, 25, 26, 27,
28, 29, 30, 31, 15, 16, 32, 33,
PAD_PASS_BADGE,
]
//官方的觉醒排列顺序

View File

@ -1086,6 +1086,7 @@ Formation.pdcBadgeMap = [
{pdf:15,pdc:30}, //漫威
{pdf:16,pdc:31}, //泳装
{pdf:32,pdc:32}, //怪物猎人
{pdf:33,pdc:33}, //三丽鸥
];
//pdc的潜觉对应数字
Formation.pdcLatentMap = [
@ -3967,8 +3968,6 @@ function initialize() {
label.setAttribute("data-badge-icon", bgId);
label.setAttribute("for", radio.id);
teamBadgeUl.appendChild(li);
if (bgId === 20) li.classList.add(className_displayNone); //全属性徽章,从来没用过
});
teamBigBoxs.forEach((teamBigBox, teamIdx) => {
@ -7465,6 +7464,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
case 15: return member.card.collabId === 96 ? 1.15 : 1; //漫威
case 16: return member.card.gachaIds.includes(9) ? 1.15 : 1; //泳装
case 32: return [21, 61].includes(member.card.collabId) ? 1.15 : 1; //怪物猎人
case 33: return member.card.collabId === 27 ? 1.15 : 1; //三丽鸥
default: return 1;
}
}

View File

@ -83,7 +83,7 @@ const cachesMap = new Map([
],
[
"images/cards_ja/CARDS_021.PNG",
"88300375f8437efc7d134b99d41a6a74"
"2c553440b26a0874b4a5ddd4a4d058a4"
],
[
"images/cards_ja/CARDS_022.PNG",
@ -465,6 +465,10 @@ const cachesMap = new Map([
"images/cards_ja/CARDS_116.PNG",
"6dca25988e27f6d357d69c4fdc21c857"
],
[
"images/cards_ja/CARDS_117.PNG",
"1de03b254a44cd2d688bea1c883503ca"
],
[
"sound/voice/ja/padv001.wav",
"5d5cfc2aea6aa9e69299e2fd8f5657d2"
@ -33599,7 +33603,7 @@ const cachesMap = new Map([
],
[
"script-json_data.js",
"7073b6d1696260d3841dee8aa09ddc2b"
"fba1a4d68b845323bc33ba45504f03cb"
],
[
"script-skill-parser.js",
@ -33611,7 +33615,7 @@ const cachesMap = new Map([
],
[
"script.js",
"02f8223a0134085b07145bd680d2db9c"
"2f26c5ff6b4c62568abe25d26040f38e"
],
[
"solo.html",
@ -33703,7 +33707,7 @@ const cachesMap = new Map([
],
[
"images/badge.png",
"9cf6679cba179c98eed42b7f561b1e6a"
"5f0abbe65a0af918ec60d6ccf4a1f780"
],
[
"images/brown-button.svg",