2024年8月4日

This commit is contained in:
枫谷剑仙 2024-08-04 18:34:38 +08:00
parent d0e0782058
commit 4fb0415132
12 changed files with 18 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 KiB

After

Width:  |  Height:  |  Size: 878 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

@ -2,10 +2,10 @@
{ {
"code": "ja", "code": "ja",
"ckey": { "ckey": {
"card": "aefc5eed85fb09a3155033569674add1", "card": "a79449f54cdc43e72149ac16ed92f233",
"skill": "c169990939400ce5e2caa51508597ae8" "skill": "48db1cd3d764faae5ded60b85fb376da"
}, },
"updateTime": 1722266840551 "updateTime": 1722767149415
}, },
{ {
"code": "en", "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

@ -553,7 +553,7 @@ const official_badge_sorting = [
1, 22, 23, 2, 3, 4, 5, 6, 1, 22, 23, 2, 3, 4, 5, 6,
7, 8, 9, 11, 17, 18, 19, 20, 7, 8, 9, 11, 17, 18, 19, 20,
21, 10, 12, 13, 14, 24, 25, 26, 21, 10, 12, 13, 14, 24, 25, 26,
27, 28, 29, 30, 31, 27, 28, 29, 30, 31, 32,
PAD_PASS_BADGE, PAD_PASS_BADGE,
] ]
//官方的觉醒排列顺序 //官方的觉醒排列顺序

View File

@ -1083,6 +1083,7 @@ Formation.pdcBadgeMap = [
{pdf:29,pdc:27}, //奥特曼 {pdf:29,pdc:27}, //奥特曼
{pdf:30,pdc:28}, //花嫁 {pdf:30,pdc:28}, //花嫁
{pdf:31,pdc:29}, //叛逆的鲁鲁修 {pdf:31,pdc:29}, //叛逆的鲁鲁修
{pdf:32,pdc:30}, //漫威
]; ];
//pdc的潜觉对应数字 //pdc的潜觉对应数字
Formation.pdcLatentMap = [ Formation.pdcLatentMap = [
@ -7397,6 +7398,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
case 29: return member.card.collabId === 102 ? 1.15 : 1; //奥特曼 case 29: return member.card.collabId === 102 ? 1.15 : 1; //奥特曼
case 30: return member.card.gachaIds.includes(6) ? 1.15 : 1; //花嫁 case 30: return member.card.gachaIds.includes(6) ? 1.15 : 1; //花嫁
case 31: return member.card.collabId === 113 ? 1.15 : 1; //叛逆的鲁鲁修 case 31: return member.card.collabId === 113 ? 1.15 : 1; //叛逆的鲁鲁修
case 32: return member.card.collabId === 96 ? 1.15 : 1; //漫威
default: return 1; default: return 1;
} }
} }

View File

@ -279,7 +279,7 @@ const cachesMap = new Map([
], ],
[ [
"images/cards_ja/CARDS_070.PNG", "images/cards_ja/CARDS_070.PNG",
"9a4930eab8ccac327c2cda3a19ab2cf5" "3d2cc17bfd636826729176895829dab5"
], ],
[ [
"images/cards_ja/CARDS_071.PNG", "images/cards_ja/CARDS_071.PNG",
@ -461,6 +461,10 @@ const cachesMap = new Map([
"images/cards_ja/CARDS_115.PNG", "images/cards_ja/CARDS_115.PNG",
"bfdd67f3e4f7ce7dce09ba98828ac725" "bfdd67f3e4f7ce7dce09ba98828ac725"
], ],
[
"images/cards_ja/CARDS_116.PNG",
"5d31864d71bf9e4b0047963696be038a"
],
[ [
"sound/voice/ja/padv001.wav", "sound/voice/ja/padv001.wav",
"5d5cfc2aea6aa9e69299e2fd8f5657d2" "5d5cfc2aea6aa9e69299e2fd8f5657d2"
@ -32327,7 +32331,7 @@ const cachesMap = new Map([
], ],
[ [
"script-json_data.js", "script-json_data.js",
"02482dc19af514631fc08eaa50ebfb9a" "9ff0ee763405b2910d9f229b3f623945"
], ],
[ [
"script-skill-parser.js", "script-skill-parser.js",
@ -32339,7 +32343,7 @@ const cachesMap = new Map([
], ],
[ [
"script.js", "script.js",
"3104c344c8ea1560446eda649d59ac8e" "c3790ece064c661191493d0c4748b43e"
], ],
[ [
"solo.html", "solo.html",
@ -32431,7 +32435,7 @@ const cachesMap = new Map([
], ],
[ [
"images/badge.png", "images/badge.png",
"e99e7cbd977fce0f5c49339b15e3a25a" "79d6928074e7d6815799ca6120a00082"
], ],
[ [
"images/brown-button.svg", "images/brown-button.svg",