2023年3月17日数据

修复一些bug
This commit is contained in:
枫谷剑仙 2023-03-17 21:55:21 +08:00
parent 3614306f1c
commit 3ce33bc00f
16 changed files with 39 additions and 32 deletions

View File

@ -2,25 +2,25 @@
{
"code": "ja",
"ckey": {
"card": "deb7b6855611b9d6990386f552dd650f",
"card": "58a817389b2c35df75972c5c63cc812a",
"skill": "c735d60dc50b8d1960ee847210c09dda"
},
"updateTime": 1678959308938
"updateTime": 1679061032313
},
{
"code": "en",
"ckey": {
"card": "2fe927139f7c1b41073b6a5d53781b3b",
"skill": "218907469f282aaa983065077a1378e5"
"card": "9cc47aae076e78f6c38617380a1a151b",
"skill": "707b615a3c83a05cb424619af2abb05b"
},
"updateTime": 1678361004022
"updateTime": 1679061032313
},
{
"code": "ko",
"ckey": {
"card": "d7b497544ed2be4c0c36fa042672b27c",
"skill": "84dc5a12b8c660c161db455ec6851611"
"card": "68934faf2aa652525c92051397a888e0",
"skill": "fac5bf8e0657a834b066790f0a4940a6"
},
"updateTime": 1678361004022
"updateTime": 1679061032313
}
]

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

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

View File

@ -47,7 +47,7 @@ var formation = new Formation(teamsCount,5);
</style>
</head>
<body>
<body class="show-awoken-count">
<noscript>您的浏览器不支持 JavaScript<br/>Your browser does not support JavaScript!</noscript>
<div class="control-box">
<div>

View File

@ -1554,7 +1554,6 @@ const skillObjectParsers = {
},
[220](attrs, combo) {
var skill = powerUp(null, null, p.mul([100,100]), c.LShape(flags(attrs)), null, combo ? [addCombo(combo)] : null);
console.log(skill)
return skill;
},
[221](attrs, damage) {

View File

@ -2923,8 +2923,8 @@ function initialize() {
{
if (skill.type == 227) //固定与右侧换队长
{
let myTeam = team.slice(0,5);
team[3] = myTeam.length - 1 - team.slice(0,5).reverse().findIndex(m=>m.id>0);
let myTeam = team[0].slice(0,5);
team[3] = myTeam.length - 1 - myTeam.concat().reverse().findIndex(m=>m.id>0);
}
else if(arr[2] > 0) //如果点的不是原队长
{

View File

@ -5125,6 +5125,10 @@ const cachesMap = new Map([
"images/cards_en/CARDS_097.PNG",
"63117438657f61821c856c89db6c5c71"
],
[
"images/cards_en/CARDS_098.PNG",
"83292dbed5fd895fa0d20fb09435b7bd"
],
[
"sound/voice/en/padv001.wav",
"5d5cfc2aea6aa9e69299e2fd8f5657d2"
@ -8509,6 +8513,10 @@ const cachesMap = new Map([
"images/cards_ko/CARDS_097.PNG",
"63117438657f61821c856c89db6c5c71"
],
[
"images/cards_ko/CARDS_098.PNG",
"83292dbed5fd895fa0d20fb09435b7bd"
],
[
"sound/voice/ko/padv001.wav",
"5d5cfc2aea6aa9e69299e2fd8f5657d2"
@ -11527,7 +11535,7 @@ const cachesMap = new Map([
],
[
"multi.html",
"e78a3826c15caf874b6e988de4e36fca"
"49df11f47a0bd6bfaed212dc54310365"
],
[
"script-custom_elements.js",
@ -11539,7 +11547,7 @@ const cachesMap = new Map([
],
[
"script-skill-parser.js",
"41c22b8ec8b25f5764e660c10f738b9f"
"e22053583464ac3ee28fe0f4daa194d2"
],
[
"script-universal_function.js",
@ -11547,7 +11555,7 @@ const cachesMap = new Map([
],
[
"script.js",
"4343f2d266951e67d12f507e49a2cc2e"
"94b8b7e55cbbbbcce801e2728a70e711"
],
[
"solo.html",
@ -11803,23 +11811,23 @@ const cachesMap = new Map([
],
[
"monsters-info/ckey.json",
"74a296402aac1f4bf81de643efdfcea3"
"1ce4ec99181ff93d942bbc1065076e51"
],
[
"monsters-info/mon_en.json",
"2fe927139f7c1b41073b6a5d53781b3b"
"9cc47aae076e78f6c38617380a1a151b"
],
[
"monsters-info/mon_ja.json",
"deb7b6855611b9d6990386f552dd650f"
"58a817389b2c35df75972c5c63cc812a"
],
[
"monsters-info/mon_ko.json",
"d7b497544ed2be4c0c36fa042672b27c"
"68934faf2aa652525c92051397a888e0"
],
[
"monsters-info/skill_en.json",
"218907469f282aaa983065077a1378e5"
"707b615a3c83a05cb424619af2abb05b"
],
[
"monsters-info/skill_ja.json",
@ -11827,7 +11835,7 @@ const cachesMap = new Map([
],
[
"monsters-info/skill_ko.json",
"84dc5a12b8c660c161db455ec6851611"
"fac5bf8e0657a834b066790f0a4940a6"
],
[
"doc/export-player-data.html",