From 33adf72adecc8511f8570d12abe70e5e827d3683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 23 Dec 2020 21:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=9F=E6=98=BE=E7=A4=BA=E6=97=A0=E8=A7=89?= =?UTF-8?q?=E9=86=92=E7=9A=84=E5=8A=A0=E7=9B=BE=E8=A1=80=E9=87=8F=E3=80=82?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E5=85=88=E4=B8=8D=E6=98=BE=E7=A4=BA=E8=A1=80?= =?UTF-8?q?=E7=BA=BF=E7=9B=BE=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/zh-CN.js | 4 ++++ multi.html | 3 +-- script-universal_function.js | 8 ++++---- script.js | 24 ++++++++++++------------ solo.html | 3 +-- style.css | 10 ++-------- triple.html | 9 +++------ 7 files changed, 27 insertions(+), 34 deletions(-) diff --git a/languages/zh-CN.js b/languages/zh-CN.js index 409ef3cf..ea39a0b2 100644 --- a/languages/zh-CN.js +++ b/languages/zh-CN.js @@ -2011,6 +2011,10 @@ function parseSkillDescription(skill) const skill = Skills[card.leaderSkillId]; return getReduceScale(skill, undefined, true) > 0; })}, + {name:"队长盾减伤-排除几率盾",function:cards=>cards.filter(card=>{ + const skill = Skills[card.leaderSkillId]; + return getReduceScale(skill, undefined, undefined, true) > 0; + })}, {name:"满血99重力不下半血-队长盾减伤[29%, 100%)",function:cards=>cards.filter(card=>{ const skill = Skills[card.leaderSkillId]; const reduceScale = getReduceScale(skill); diff --git a/multi.html b/multi.html index cf777527..6523f9e3 100644 --- a/multi.html +++ b/multi.html @@ -76,9 +76,8 @@ var formation = new Formation(teamsCount,5);
- - +