2025年5月23日
BIN
images/badge.png
Before Width: | Height: | Size: 398 KiB After Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 572 KiB After Width: | Height: | Size: 613 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 871 KiB After Width: | Height: | Size: 871 KiB |
Before Width: | Height: | Size: 272 KiB After Width: | Height: | Size: 896 KiB |
Before Width: | Height: | Size: 572 KiB After Width: | Height: | Size: 613 KiB |
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 455 KiB |
Before Width: | Height: | Size: 903 KiB After Width: | Height: | Size: 934 KiB |
|
@ -2,25 +2,25 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "091f957259eb30fd22bebc6c0d2620bc",
|
||||
"skill": "9d630a9119a9941f18b2a0b93da5871b"
|
||||
"card": "ca4f219b814a8206afe91b72e0c29fc9",
|
||||
"skill": "61173f5ef6c9e0b16185943d27879d1d"
|
||||
},
|
||||
"updateTime": 1747731463355
|
||||
"updateTime": 1748004791726
|
||||
},
|
||||
{
|
||||
"code": "en",
|
||||
"ckey": {
|
||||
"card": "6880772ae3d3deeb9a5de09cbb1cfaeb",
|
||||
"skill": "cf1299120bc18df560c3ec2dc3a0fce8"
|
||||
"card": "628560613c2c3c1e8b034f7b9b498825",
|
||||
"skill": "e1cc9b19385b34038ae70e899a0d2b07"
|
||||
},
|
||||
"updateTime": 1747398343739
|
||||
"updateTime": 1748004791726
|
||||
},
|
||||
{
|
||||
"code": "ko",
|
||||
"ckey": {
|
||||
"card": "f7a1cbad4d3fa449d9e6b03fbc87113b",
|
||||
"skill": "ee6d22d60376f6362d40eb868512e556"
|
||||
"card": "80757f4bdd0335644d2983be9685fe5a",
|
||||
"skill": "e33d00a3aed1d3cfb7c39a2c7cdb83d9"
|
||||
},
|
||||
"updateTime": 1747398343739
|
||||
"updateTime": 1748004791726
|
||||
}
|
||||
]
|
|
@ -570,7 +570,7 @@ const official_badge_sorting = [ //20是没有启用的全属性徽章,现在
|
|||
45, 46, 47, 48, 24, 25, 26, 53, 27,
|
||||
28, 29, 30, 31, 15, 16, 32, 33,
|
||||
34, 35, 36, 37, 38, 62, 39, 40, 49,
|
||||
50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61,
|
||||
50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64
|
||||
|
||||
]
|
||||
//官方的觉醒排列顺序
|
||||
|
|
|
@ -7680,6 +7680,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
case 56: case 57: return member.card.gachaIds.includes(3) ? 1.15 : 1; //新学期(学园)
|
||||
case 58: case 59: return member.card.collabId === 118 ? 1.15 : 1; //柯南
|
||||
case 60: case 61: return member.card.gachaIds.includes(4) ? 1.15 : 1; //纺星精灵(花朵拟人)
|
||||
case 63: case 64: return member.card.gachaIds.includes(15) ? 1.15 : 1; //女仆管家
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
|