diff --git a/images/icon-76board.png b/images/icon-76board.png new file mode 100644 index 00000000..92791ddb Binary files /dev/null and b/images/icon-76board.png differ diff --git a/images/icon-add-combo.png b/images/icon-add-combo.png new file mode 100644 index 00000000..5ced6dc1 Binary files /dev/null and b/images/icon-add-combo.png differ diff --git a/images/icon-inflicts.png b/images/icon-inflicts.png new file mode 100644 index 00000000..62b8bc41 Binary files /dev/null and b/images/icon-inflicts.png differ diff --git a/images/icon-no-skyfall.png b/images/icon-no-skyfall.png new file mode 100644 index 00000000..8c609e2a Binary files /dev/null and b/images/icon-no-skyfall.png differ diff --git a/images/icon-poison.png b/images/icon-poison.png new file mode 100644 index 00000000..46df2dd1 Binary files /dev/null and b/images/icon-poison.png differ diff --git a/images/project file/icon-add-combo.fw.png b/images/project file/icon-add-combo.fw.png new file mode 100644 index 00000000..5969560e Binary files /dev/null and b/images/project file/icon-add-combo.fw.png differ diff --git a/languages/zh-CN.js b/languages/zh-CN.js index 9e086034..a7e8c1dd 100644 --- a/languages/zh-CN.js +++ b/languages/zh-CN.js @@ -19,7 +19,7 @@ Number.prototype.bigNumberToString = function() let numPartsStr = numParts.map((num,idx)=>{ if (num > 0) { - return (num < 1e3 ? "零" : "") + num.toLocaleString() + unit[idx]; + return (num < 1e3 ? "零" : "") + num + unit[idx]; }else return "零"; }); diff --git a/multi.html b/multi.html index b95c4a94..058cf919 100644 --- a/multi.html +++ b/multi.html @@ -83,6 +83,13 @@ var formation = new Formation(teamsCount,5); +
+ + + + + +
diff --git a/style.css b/style.css index ac30332c..901ef733 100644 --- a/style.css +++ b/style.css @@ -580,6 +580,11 @@ ul{ display: inline-block; } /*各种信息统计的图标*/ +.tIf-total-move, +.tIf-effect +{ + display: inline-block; +} .tIf-total-hp .general::before, .tIf-total-hp .awoken-bind::before, .tIf-total-hp .reduce .reduce-scale::before, @@ -587,13 +592,16 @@ ul{ .tIf-total-hp .reduce .awoken-bind::before, .tIf-total-move .general::before, .tIf-total-move .awoken-bind::before, -.tIf-total-move.fixed-move-time::after +.tIf-total-move.fixed-move-time::after, +.tIf-effect icon::before, +icon.poison-no-effect::after { content: " "; background-size: cover; display: inline-block; - width: 16px; - height: 16px; + width: 20px; + height: 20px; + vertical-align: top; } .tIf-total-hp .awoken-bind::before, .tIf-total-hp .reduce .awoken-bind::before, @@ -642,12 +650,13 @@ ul{ opacity: 0; } } -.tIf-total-move.fixed-move-time::after +.tIf-total-move.fixed-move-time::after, +icon.poison-no-effect::after { background-image: url(images/icon-bind.png); position: absolute; - left:0; - top:2px; + left: 0; + top: 0; animation: hidden-visible-animate 0.5s infinite ease-in alternate; } /*单人时的协力觉醒和多人时的掉落觉醒显示无效*/ @@ -663,6 +672,50 @@ body:not(.solo) .awoken-icon[data-awoken-icon="64"]::after animation: hidden-visible-animate 0.5s infinite ease-in alternate; } +.tIf-effect icon +{ + position: relative; +} +icon._76board::before +{ + background-image: url(images/icon-76board.png); +} +icon.no-skyfall::before +{ + background-image: url(images/icon-no-skyfall.png); +} +icon.poison-no-effect::before +{ + background-image: url(images/icon-poison.png); +} +icon.add-combo +{ + margin-right: 7px; +} +icon.add-combo::before +{ + background-image: url(images/icon-add-combo.png); +} +icon.add-combo::after +{ + color: white; + text-shadow: black 1px 1px 0,black -1px 0px 0,black 0 0 1px; + font-family: var(--game-font-family); + font-size: 12px; + position: absolute; + top: -7px; + left: 10px; + content: attr(data-add-combo); +} +icon.inflicts::before +{ + background-image: url(images/icon-inflicts.png); +} +icon.inflicts::after +{ + content: attr(data-inflicts); +} + /*队伍的潜觉*/ .team-latents .latents{ width: var(--head-block-width); diff --git a/triple.html b/triple.html index 9f6cdabc..0a6eaec8 100644 --- a/triple.html +++ b/triple.html @@ -104,6 +104,13 @@ var formation = new Formation(teamsCount,6);
+
+ + + + + +
@@ -517,6 +524,13 @@ var formation = new Formation(teamsCount,6);
+
+ + + + + +
@@ -930,6 +944,13 @@ var formation = new Formation(teamsCount,6);
+
+ + + + + +