2024年4月17日 高达桶
This commit is contained in:
parent
d7d6829265
commit
f3e81ccfef
|
@ -101,6 +101,7 @@
|
|||
`;
|
||||
}
|
||||
}
|
||||
formLanguage.onchange();
|
||||
const openAllDetails = document.getElementById("open-all-details");
|
||||
openAllDetails.onclick = function(){
|
||||
document.querySelectorAll("details").forEach(node=>node.open=true);
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
`;
|
||||
}
|
||||
}
|
||||
formLanguage.onchange();
|
||||
</script>
|
||||
<h1>
|
||||
<span lang="zh"><em>智龙迷城急速阵型</em> 使用技巧</span>
|
||||
|
|
BIN
images/badge.png
BIN
images/badge.png
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 810 KiB |
Binary file not shown.
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 226 KiB |
|
@ -2,10 +2,10 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "283055adf1e5d48adfdccfdc86f02690",
|
||||
"skill": "4f5eb1ddcdd88bafe557de6c25b9b9d3"
|
||||
"card": "2e41b9a77d66f3f966fd99fd7c00f596",
|
||||
"skill": "f64c29d1d0f5a88b6b7409013abafcc5"
|
||||
},
|
||||
"updateTime": 1712743626437
|
||||
"updateTime": 1713364109629
|
||||
},
|
||||
{
|
||||
"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
|
@ -545,10 +545,11 @@ const equivalent_awoken = [
|
|||
const PAD_PASS_BADGE = 1<<7 | 1; //本程序的月卡徽章编号,129
|
||||
//官方的徽章排列顺序
|
||||
const official_badge_sorting = [
|
||||
1, PAD_PASS_BADGE,
|
||||
22, 23, 2, 3, 4, 5, 6,
|
||||
1, 22, 23, 2, 3, 4, 5, 6,
|
||||
7, 8, 9, 11, 17, 18, 19, 20,
|
||||
21, 10, 12, 13, 14, 24, 25,
|
||||
21, 10, 12, 13, 14, 24, 25, 26,
|
||||
|
||||
PAD_PASS_BADGE,
|
||||
]
|
||||
//官方的觉醒排列顺序
|
||||
const official_awoken_sorting = [
|
||||
|
|
|
@ -7410,6 +7410,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
|
||||
case 24: return member.card.collabId === 92 ? 1.15 : 1; //英雄学院徽章
|
||||
case 25: return member.card.gachaIds.includes(1) ? 1.15 : 1; //画师桶,1号徽章
|
||||
case 26: return member.card.collabId === 107 ? 1.15 : 1; //高达徽章
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue