增加电击文库徽章
This commit is contained in:
parent
abae8f940a
commit
f32d621bd9
BIN
images/badge.png
BIN
images/badge.png
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 801 KiB After Width: | Height: | Size: 824 KiB |
Binary file not shown.
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 238 KiB |
|
@ -2,10 +2,10 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "44ef8d9e8bf06aad8db89413e55ef269",
|
||||
"skill": "d484f65b594a295295303b5cfdf98fac"
|
||||
"card": "b8d68b55cdd2c86a5f1b975de871da4a",
|
||||
"skill": "9677f6363e51a23c594d6a2bab4ec82b"
|
||||
},
|
||||
"updateTime": 1718279576888
|
||||
"updateTime": 1718705276883
|
||||
},
|
||||
{
|
||||
"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
|
@ -549,7 +549,7 @@ const official_badge_sorting = [
|
|||
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,
|
||||
27, 28,
|
||||
PAD_PASS_BADGE,
|
||||
]
|
||||
//官方的觉醒排列顺序
|
||||
|
|
|
@ -1080,6 +1080,7 @@ Formation.pdcBadgeMap = [
|
|||
{pdf:25,pdc:23}, //画师桶
|
||||
{pdf:26,pdc:24}, //高达桶
|
||||
{pdf:27,pdc:25}, //转生成为史莱姆
|
||||
{pdf:28,pdc:26}, //电击文库Index
|
||||
];
|
||||
//pdc的潜觉对应数字
|
||||
Formation.pdcLatentMap = [
|
||||
|
@ -1438,6 +1439,7 @@ Formation.sanbonBadgeMap = [
|
|||
{pdf:25,sanbon:23}, //官桶,画师
|
||||
{pdf:26,sanbon:22}, //合作,高达
|
||||
{pdf:27,sanbon:24}, //转生成为史莱姆
|
||||
{pdf:28,sanbon:25}, //电击文库Index
|
||||
{pdf:PAD_PASS_BADGE,sanbon:1}, //月卡
|
||||
];
|
||||
Formation.prototype.getSanbonQrObj = function()
|
||||
|
@ -7472,6 +7474,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
|
||||
const teamHPAwoken = awokenCountInTeam(team, 46, solo, teamsCount), teamHPAwokenScale = (1 + 0.05 * teamHPAwoken); //全队大血包个数
|
||||
|
||||
//徽章血量强化
|
||||
function getBadgeHPScale(badge, member) {
|
||||
if (teamsCount == 2) return 1;
|
||||
switch (badge) {
|
||||
|
@ -7484,6 +7487,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
case 25: return member.card.gachaIds.includes(1) ? 1.15 : 1; //画师桶,1号徽章
|
||||
case 26: return member.card.collabId === 107 ? 1.15 : 1; //高达徽章
|
||||
case 27: return member.card.collabId === 112 ? 1.15 : 1; //转生成为史莱姆
|
||||
case 28: return member.card.collabId === 110 ? 1.15 : 1; //电击文库Index
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -431,7 +431,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_108.PNG",
|
||||
"7fbb89577923c70ec7f244bee66b4a1f"
|
||||
"ba96eac96c77b8220e9b106d51433bbf"
|
||||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_109.PNG",
|
||||
|
@ -8337,6 +8337,14 @@ const cachesMap = new Map([
|
|||
"sound/voice/ja/padv2711.wav",
|
||||
"81983524bd63653e78651ecd9fc21e3e"
|
||||
],
|
||||
[
|
||||
"sound/voice/ja/padv2713.wav",
|
||||
"47488dba3ac718543ab54aaeb84333cf"
|
||||
],
|
||||
[
|
||||
"sound/voice/ja/padv2714.wav",
|
||||
"44f645fd9b89ca288cce95c06346b025"
|
||||
],
|
||||
[
|
||||
"sound/voice/ja/padv2716.wav",
|
||||
"c8ea0b996f42676c43fdda7c4b6a1b00"
|
||||
|
@ -29171,7 +29179,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-json_data.js",
|
||||
"a35ace305c9c34d939adff8af66327ed"
|
||||
"3d9d08f8be6738af449840b9c664e172"
|
||||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
|
@ -29183,7 +29191,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script.js",
|
||||
"e51ac34e750f596abdb654eb315fe345"
|
||||
"5ccf991a960d65a22dafaecdb56ffdce"
|
||||
],
|
||||
[
|
||||
"solo.html",
|
||||
|
@ -29271,7 +29279,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/badge.png",
|
||||
"99f0d1dddd98262c99264167f89f5981"
|
||||
"d9b9e8c07bd4ae62e2ccf5295f1925a6"
|
||||
],
|
||||
[
|
||||
"images/card-frame-any.png",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue