修订徽章位置
This commit is contained in:
parent
a6ae9216a6
commit
baf395b83e
BIN
images/badge.png
BIN
images/badge.png
Binary file not shown.
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 267 KiB |
Binary file not shown.
Before Width: | Height: | Size: 649 KiB After Width: | Height: | Size: 653 KiB |
|
@ -2,25 +2,25 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "1e60b813680796a90de580c6c48a3020",
|
||||
"card": "ca786723dbc6fe467c505509d4b33668",
|
||||
"skill": "714c786e9786ad603a65a470e8988b28"
|
||||
},
|
||||
"updateTime": 1734623018052
|
||||
"updateTime": 1734627266673
|
||||
},
|
||||
{
|
||||
"code": "en",
|
||||
"ckey": {
|
||||
"card": "62cbfd20ecad26bfc18a364bdca12069",
|
||||
"card": "b1d8b475f854b81a5953508248250422",
|
||||
"skill": "f8c350bcaac40840d5966cd5b5521de2"
|
||||
},
|
||||
"updateTime": 1734623018052
|
||||
"updateTime": 1734627266673
|
||||
},
|
||||
{
|
||||
"code": "ko",
|
||||
"ckey": {
|
||||
"card": "20723ce64115e9eec778580cfcd4d48e",
|
||||
"card": "b7745a8adf0560f777f3d89f50bbf1a5",
|
||||
"skill": "a54c27532af5929bf176efb94d017258"
|
||||
},
|
||||
"updateTime": 1734623018052
|
||||
"updateTime": 1734627266673
|
||||
}
|
||||
]
|
|
@ -81634,6 +81634,13 @@
|
|||
"神UP限定宠物"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11465,
|
||||
"name": "同步觉醒蛋龙",
|
||||
"tags": [
|
||||
"蛋龙"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11509,
|
||||
"name": "拉芬妮猫",
|
||||
|
|
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
|
@ -558,7 +558,7 @@ const official_badge_sorting = [ //20是没有启用的全属性徽章,现在
|
|||
7, 8, 9, 11, 17, 18, 19, 21,
|
||||
10, 12, 13, 14, 24, 25, 26, 27,
|
||||
28, 29, 30, 31, 15, 16, 32, 33,
|
||||
34, 35, 36, 37, 38, 39, 40, 41,
|
||||
34, 35, 36, 37, 38, 39, 40, 49,
|
||||
PAD_PASS_BADGE,
|
||||
]
|
||||
//官方的觉醒排列顺序
|
||||
|
|
12
script.js
12
script.js
|
@ -1094,7 +1094,7 @@ Formation.pdcBadgeMap = [
|
|||
{pdf:38,pdc:38}, //GungHo本家
|
||||
{pdf:39,pdc:39}, //周刊少年Magazine
|
||||
{pdf:40,pdc:40}, //圣诞节
|
||||
{pdf:41,pdc:41}, //GA文库
|
||||
{pdf:41,pdc:49}, //GA文库
|
||||
];
|
||||
//pdc的潜觉对应数字
|
||||
Formation.pdcLatentMap = [
|
||||
|
@ -7547,7 +7547,15 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
case 38: return member.card.collabId === 1 ? 1.15 : 1; //GungHo本家
|
||||
case 39: return member.card.collabId === 115 ? 1.15 : 1; //周刊少年Magazine
|
||||
case 40: return member.card.gachaIds.includes(12) ? 1.15 : 1; //圣诞节
|
||||
case 41: return member.card.collabId === 116 ? 1.15 : 1; //GA文库
|
||||
case 41: return member.card.types.includes(5) ? 1.05 : 1; //神属性
|
||||
case 42: return member.card.types.includes(4) ? 1.05 : 1; //龙属性
|
||||
case 43: return member.card.types.includes(7) ? 1.05 : 1; //恶属性
|
||||
case 44: return member.card.types.includes(8) ? 1.05 : 1; //机械属性
|
||||
case 45: return member.card.types.includes(1) ? 1.05 : 1; //平衡属性
|
||||
case 46: return member.card.types.includes(6) ? 1.05 : 1; //攻击属性
|
||||
case 47: return member.card.types.includes(2) ? 1.05 : 1; //体力属性
|
||||
case 48: return member.card.types.includes(3) ? 1.05 : 1; //回复属性
|
||||
case 49: return member.card.collabId === 116 ? 1.15 : 1; //GA文库
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39271,7 +39271,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-json_data.js",
|
||||
"532e47cc1039bdec0adec096f0f02458"
|
||||
"a6d45be5ada6ff8fd191ed60402223ad"
|
||||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
|
@ -39283,7 +39283,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script.js",
|
||||
"e5f7499356334269ae9684db8aec1946"
|
||||
"451c75307a755fb6ac22ffdf31b42c78"
|
||||
],
|
||||
[
|
||||
"solo.html",
|
||||
|
@ -39375,7 +39375,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/badge.png",
|
||||
"6d6527b4577ce88425bd0bfc202f805d"
|
||||
"663436e50b6981a43b0c7f165b98929d"
|
||||
],
|
||||
[
|
||||
"images/brown-button.svg",
|
||||
|
|
Loading…
Reference in New Issue