From 3d0a85310ee0e767742176ea63d40bb0d3ffbc6e Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 17 Sep 2021 14:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=9E=E6=80=A7=EF=BC=9A=E5=B1=9E=E6=80=A7id?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/constModules/abilityConst.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/consts/constModules/abilityConst.ts b/shared/consts/constModules/abilityConst.ts index 3ccf00cf7..2e4c7bc16 100644 --- a/shared/consts/constModules/abilityConst.ts +++ b/shared/consts/constModules/abilityConst.ts @@ -141,8 +141,8 @@ export const HERO_ATTR = { 17: "ap", // 怒气 18: "damageCri", // 暴击伤害 19: "physicaldamageInc", // 物伤加深 - 20: "magicdamageInc", // 法伤加深 - 21: "physicaldamageDec", // 物伤减免 + 20: "physicaldamageDec", // 物伤减免 + 21: "magicdamageInc", // 法伤加深 22: "magicdamageDec", // 法伤减免 23: "treatmentInc", // 治疗加成 24: "treatmentDec", // 治疗降低