From 56ca98cdcb670ed83198084a27580a74364e10fd Mon Sep 17 00:00:00 2001 From: crh27 Date: Tue, 16 Apr 2024 23:05:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=82=A3=E7=BB=B4=E8=8E=B1?= =?UTF-8?q?=E7=89=B9=E5=9C=A3=E9=81=97=E7=89=A9=E8=AF=84=E5=88=86=E6=A0=87?= =?UTF-8?q?=E5=87=86=EF=BC=8C=E5=85=85=E8=83=BD=E6=9D=83=E9=87=8D=E4=BB=8E?= =?UTF-8?q?75=E9=99=8D=E8=87=B355=E3=80=82=20=E9=82=A3=E7=BB=B4=E8=8E=B1?= =?UTF-8?q?=E7=89=B9=E9=A6=96=E6=AC=A1UP=E6=97=B6=E5=80=99=EF=BC=8C?= =?UTF-8?q?=E8=8A=99=E5=AE=81=E5=A8=9C=E8=BF=98=E6=B2=A1=E5=AE=9E=E8=A3=85?= =?UTF-8?q?=E3=80=82=20=E9=82=A3=E7=BB=B4=E8=8E=B1=E7=89=B9=E5=B8=A6?= =?UTF-8?q?=E8=A1=8C=E7=A7=8Bor=E5=A4=9C=E5=85=B0=E8=BF=98=E6=98=AF?= =?UTF-8?q?=E5=A4=AA=E6=8A=BD=E8=B1=A1=E4=BA=86=EF=BC=8C=E6=A0=B9=E6=9C=AC?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=B8=8D=E4=BA=86=E8=BF=99=E4=BF=A9=E5=8D=8F?= =?UTF-8?q?=E5=90=8C=E6=94=BB=E5=87=BB=E3=80=82=20=E6=89=80=E4=BB=A5?= =?UTF-8?q?=E9=82=A3=E7=BB=B4=E8=8E=B1=E7=89=B9=E8=87=AA=E5=B7=B1=E8=A6=81?= =?UTF-8?q?=E5=A0=86=E7=82=B9=E5=85=85=E8=83=BD=EF=BC=8C=E5=9C=A3=E9=81=97?= =?UTF-8?q?=E7=89=A9=E8=AF=84=E5=88=86=E5=85=85=E8=83=BD=E6=9D=83=E9=87=8D?= =?UTF-8?q?=E7=BB=99=E5=88=B0=E4=BA=86=2075=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 芙宁娜实装后,那维莱特队友里,芙宁娜占比非常高。 故调整那维莱特,将充能权重从75降低至55(参考魈圣遗物评分,充能权重同样为55)。 Signed-off-by: crh27 --- 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 327e23df..867ae5d4 100644 --- a/resources/meta-gs/artifact/artis-mark.js +++ b/resources/meta-gs/artifact/artis-mark.js @@ -74,7 +74,7 @@ export const usefulAttr = { 林尼: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 琳妮特: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 菲米尼: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 100, recharge: 55, heal: 0 }, - 那维莱特: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 75, heal: 0 }, + 那维莱特: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 莱欧斯利: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 芙宁娜: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 45, dmg: 100, phy: 0, recharge: 75, heal: 100 }, 夏洛蒂: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 75, heal: 100 },