2024年6月21日 奥特曼
This commit is contained in:
parent
1ab673f583
commit
d2aeeeda33
BIN
images/badge.png
BIN
images/badge.png
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 407 KiB |
Binary file not shown.
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 240 KiB |
|
@ -2,25 +2,25 @@
|
|||
{
|
||||
"code": "ja",
|
||||
"ckey": {
|
||||
"card": "c1ff6adeff3660bc5a032d50d507a6b9",
|
||||
"skill": "58f31ef8374e134191015dff4304dc5e"
|
||||
"card": "f25347af523f1028ef0e85e22bb27c07",
|
||||
"skill": "e7e497261695721dc3dddf75c3cdebc6"
|
||||
},
|
||||
"updateTime": 1718885338625
|
||||
"updateTime": 1718971257611
|
||||
},
|
||||
{
|
||||
"code": "en",
|
||||
"ckey": {
|
||||
"card": "45e6baed11c77a176b7365325b32cedf",
|
||||
"card": "b510d2ee4d30af626b7d419329ddad67",
|
||||
"skill": "e48988b3a2ad20eebfeaea697a5ddf5e"
|
||||
},
|
||||
"updateTime": 1718885338625
|
||||
"updateTime": 1718971257611
|
||||
},
|
||||
{
|
||||
"code": "ko",
|
||||
"ckey": {
|
||||
"card": "ce224df78954209e98bbb8f912141138",
|
||||
"card": "730ea4c6a2e086ba5023f67a798cf499",
|
||||
"skill": "940a7ad126ae9db18b82d01757fa6772"
|
||||
},
|
||||
"updateTime": 1718885338625
|
||||
"updateTime": 1718971257611
|
||||
}
|
||||
]
|
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
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, 28,
|
||||
27, 28, 29,
|
||||
PAD_PASS_BADGE,
|
||||
]
|
||||
//官方的觉醒排列顺序
|
||||
|
|
|
@ -1081,6 +1081,7 @@ Formation.pdcBadgeMap = [
|
|||
{pdf:26,pdc:24}, //高达桶
|
||||
{pdf:27,pdc:25}, //转生成为史莱姆
|
||||
{pdf:28,pdc:26}, //电击文库Index
|
||||
{pdf:29,pdc:27}, //奥特曼
|
||||
];
|
||||
//pdc的潜觉对应数字
|
||||
Formation.pdcLatentMap = [
|
||||
|
@ -1447,6 +1448,7 @@ Formation.sanbonBadgeMap = [
|
|||
{pdf:26,sanbon:22}, //合作,高达
|
||||
{pdf:27,sanbon:24}, //转生成为史莱姆
|
||||
{pdf:28,sanbon:25}, //电击文库Index
|
||||
{pdf:29,sanbon:26}, //奥特曼
|
||||
{pdf:PAD_PASS_BADGE,sanbon:1}, //月卡
|
||||
];
|
||||
Formation.prototype.getSanbonQrObj = function()
|
||||
|
@ -7505,6 +7507,7 @@ function refreshTeamTotalHP(totalDom, team, teamIdx) {
|
|||
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
|
||||
case 29: return member.card.collabId === 102 ? 1.15 : 1; //奥特曼
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -455,7 +455,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/cards_ja/CARDS_114.PNG",
|
||||
"cf79f7db832a39f713e1113eeb9f034a"
|
||||
"31cc03b2499703758722ae79e484db7e"
|
||||
],
|
||||
[
|
||||
"sound/voice/ja/padv001.wav",
|
||||
|
@ -29499,7 +29499,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-json_data.js",
|
||||
"3d9d08f8be6738af449840b9c664e172"
|
||||
"aff28db2d3f7a46bddba6b4d559c9c79"
|
||||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
|
@ -29511,7 +29511,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script.js",
|
||||
"1329cd6c6afbad409c41146c34b5560e"
|
||||
"6e067dad55c4c110450cd0f1fd32cfef"
|
||||
],
|
||||
[
|
||||
"solo.html",
|
||||
|
@ -29599,7 +29599,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/badge.png",
|
||||
"d9b9e8c07bd4ae62e2ccf5295f1925a6"
|
||||
"9b4b0c4f3dc224ff54e01003600e214f"
|
||||
],
|
||||
[
|
||||
"images/card-frame-any.png",
|
||||
|
|
Loading…
Reference in New Issue