解决没有更新英语怪物数据的问题

This commit is contained in:
枫谷剑仙 2023-06-01 17:36:07 +08:00
parent e8b8ce1255
commit 489e9d5c83
8 changed files with 20 additions and 20 deletions

View File

@ -2,25 +2,25 @@
{
"code": "ja",
"ckey": {
"card": "ee303224eab10edf1872e491c34b7617",
"card": "e4c0562d23b0f4c22f96cd49cf7188be",
"skill": "5ca80e033d9cff8c859f19c4c5b1587b"
},
"updateTime": 1685454983517
"updateTime": 1685611983328
},
{
"code": "en",
"ckey": {
"card": "b65e847b871aafb900964c329cd9812c",
"skill": "159dfc2ac40ff92fe9086631b72bc4ca"
"card": "6be652ea476feddf05a46676d3fae288",
"skill": "30ffb9bf234ed2783ad3733ea3a3fab6"
},
"updateTime": 1685454983517
"updateTime": 1685611983328
},
{
"code": "ko",
"ckey": {
"card": "158b11d8125a8d27ef595025811cc3ac",
"card": "8f0fa031dc80bf6f11d102ab69370ca4",
"skill": "bb8734299f83b62c8facd62edc92770e"
},
"updateTime": 1685454983517
"updateTime": 1685611983328
}
]

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

View File

@ -1121,7 +1121,7 @@ function countTeamHp(team, leader1id, leader2id, solo, noAwoken = false) {
break;
}
case 245: { //全员满足某种情况,不包括好友队长,现在是全部星级不一样
const cardsRarity = memberArr.slice(0, 5).filter(m => m.id > 0).map(m => m.card.rarity); //所有的卡片星级
const cardsRarity = memberArr.slice(0, 5).filter(m => m.id > 0).map(m => m.card?.rarity); //所有的卡片星级
const distinctRarity = cardsRarity.concat().distinct(); //数组拷贝去重
if (sk[0] == -1 && distinctRarity.length === cardsRarity.length || //全部不同
sk[0] == -2 && distinctRarity.length === 1 || //全部相同

View File

@ -4198,7 +4198,7 @@ function initialize() {
const card = Cards[editBox.mid ?? 0];
const value = parseInt(this.value, 10);
awokenCountLabel.setAttribute(dataAttrName, value);
awokenCountLabel.classList.toggle("full-awoken", value > 0 && value == card.awakenings.length);;
awokenCountLabel.classList.toggle("full-awoken", value > 0 && value == card?.awakenings?.length);
reCalculateAbility();
}

View File

@ -13775,11 +13775,11 @@ const cachesMap = new Map([
],
[
"script-universal_function.js",
"0c7921500706af51496d51b543ad642d"
"29d9443a533b93bef8421e0dd64c957a"
],
[
"script.js",
"3e8816c984c6066e55b9344d7e0781d3"
"cb59864778fea2c2fd590174e439ee42"
],
[
"solo.html",
@ -14035,23 +14035,23 @@ const cachesMap = new Map([
],
[
"monsters-info/ckey.json",
"3b7d7e1fbeda4c8f0efd891884cbbd1f"
"8b4c954fc6728d55d3f9c084ad2bfafe"
],
[
"monsters-info/mon_en.json",
"b65e847b871aafb900964c329cd9812c"
"6be652ea476feddf05a46676d3fae288"
],
[
"monsters-info/mon_ja.json",
"ee303224eab10edf1872e491c34b7617"
"e4c0562d23b0f4c22f96cd49cf7188be"
],
[
"monsters-info/mon_ko.json",
"158b11d8125a8d27ef595025811cc3ac"
"8f0fa031dc80bf6f11d102ab69370ca4"
],
[
"monsters-info/skill_en.json",
"159dfc2ac40ff92fe9086631b72bc4ca"
"30ffb9bf234ed2783ad3733ea3a3fab6"
],
[
"monsters-info/skill_ja.json",