From aef077584c0b88e1f80f0dd284deb92ce650f564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 7 Jun 2022 17:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=A6=E5=99=A8=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index e6d0ebb9..2469259d 100644 --- a/script.js +++ b/script.js @@ -153,7 +153,7 @@ Member.prototype.getAttrsTypesWithWeapon = function(assist) { //添加类型 let appendTypes = assistCard.awakenings.filter(ak=>ak >= 83 && ak <= 90); appendTypes = appendTypes.map(type=> - typekiller_for_type.find(t=>(type - 45) === t.awoken).type); + typekiller_for_type.find(t=>(type - 52) === t.awoken).type); for (let appendType of appendTypes) { types.add(appendType); }