From fd08b7db027bdc7be3859322190e941ca36fe7e6 Mon Sep 17 00:00:00 2001 From: jkl8753 <78137354+jkl8753@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=81=B0=E6=96=AF=E5=8D=A1?= =?UTF-8?q?=E5=9C=A3=E9=81=97=E7=89=A9=E8=AF=84=E5=88=86=E7=9A=84=E7=B2=BE?= =?UTF-8?q?=E9=80=9A=E6=9D=83=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提高恰斯卡圣遗物评分的精通权重 --- resources/meta-gs/artifact/artis-mark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/meta-gs/artifact/artis-mark.js b/resources/meta-gs/artifact/artis-mark.js index 61828fdf..1aa12cf1 100644 --- a/resources/meta-gs/artifact/artis-mark.js +++ b/resources/meta-gs/artifact/artis-mark.js @@ -92,6 +92,6 @@ export const usefulAttr = { 玛拉妮: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 85, dmg: 100, phy: 0, recharge: 45, heal: 0 }, 基尼奇: { hp: 0, atk: 85, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 50, heal: 0 }, 希诺宁: { hp: 0, atk: 0, def: 100, cpct: 30, cdmg: 30, mastery: 0, dmg: 80, phy: 0, recharge: 100, heal: 100 }, - 恰斯卡: { hp: 0, atk: 85, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 80, phy: 0, recharge: 40, heal: 0 }, + 恰斯卡: { hp: 0, atk: 85, def: 0, cpct: 100, cdmg: 100, mastery: 35, dmg: 80, phy: 0, recharge: 40, heal: 0 }, 欧洛伦: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 50, dmg: 100, phy: 0, recharge: 75, heal: 0 } }