From 91cc389d2b78b6f07af55882b6d55024382b600c Mon Sep 17 00:00:00 2001 From: jkl8753 <78137354+jkl8753@users.noreply.github.com> Date: Thu, 29 Aug 2024 06:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E5=8D=A1=E9=BD=90=E5=A8=9C?= =?UTF-8?q?=E3=80=81=E7=8E=9B=E6=8B=89=E5=A6=AE=E3=80=81=E8=8A=99=E5=AE=81?= =?UTF-8?q?=E5=A8=9C=E3=80=81=E9=97=B2=E4=BA=91=EF=BC=88=E6=BB=A1=E5=91=BD?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E4=B8=8B=EF=BC=89=E7=9A=84=E5=9C=A3=E9=81=97?= =?UTF-8?q?=E7=89=A9=E8=AF=84=E5=88=86=E6=9D=83=E9=87=8D=20(#784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加艾梅莉埃的圣遗物评分权重 特别的,经测试,艾梅莉埃和克洛琳德一样,攻击力收益极大(可以带攻击头),故艾梅莉埃的攻击权重设置为100。 * 添加妮露在满命条件下的圣遗物自定义评分权重 妮露在满命条件下,双暴权重更改为100。 * 更改白术圣遗物的评分标准 充能从75提升至100,精通从75降为50。 * 添加5.0新增角色卡齐娜、玛拉妮的圣遗物评分权重,变更芙宁娜的评分权重。 添加5.0新增角色卡齐娜、玛拉妮的圣遗物评分权重 变更芙宁娜的评分权重,元素精通从 45 调整为 0 ,治疗加成从 100 调整为 0. * 添加闲云在满命条件下的圣遗物评分权重 满命条件下, 闲云双暴权重从 0 提升至 100, 元素伤害加成权重从 80 提升至 100, 充能效率权重从 75 降低至 35. * 更改芙宁娜的治疗加成权重,最终以 95 为准。 更改芙宁娜的治疗加成权重,最终以 95 为准。 --- resources/meta-gs/artifact/artis-mark.js | 6 ++++-- resources/meta-gs/character/闲云/artis.js | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 resources/meta-gs/character/闲云/artis.js diff --git a/resources/meta-gs/artifact/artis-mark.js b/resources/meta-gs/artifact/artis-mark.js index 1f2dadff..fbcae1ba 100644 --- a/resources/meta-gs/artifact/artis-mark.js +++ b/resources/meta-gs/artifact/artis-mark.js @@ -76,7 +76,7 @@ export const usefulAttr = { 菲米尼: { 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: 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: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 75, heal: 95 }, 夏洛蒂: { hp: 0, atk: 85, def: 0, cpct: 50, cdmg: 50, mastery: 0, dmg: 80, phy: 0, recharge: 100, heal: 100 }, 娜维娅: { hp: 0, atk: 75, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 夏沃蕾: { hp: 100, atk: 0, def: 0, cpct: 50, cdmg: 50, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 100 }, @@ -87,5 +87,7 @@ export const usefulAttr = { 赛索斯: { hp: 0, atk: 30, def: 0, cpct: 100, cdmg: 100, mastery: 100, dmg: 100, phy: 0, recharge: 55, heal: 0 }, 克洛琳德: { hp: 0, atk: 100, def: 0, cpct: 100, cdmg: 100, mastery: 30, dmg: 100, phy: 0, recharge: 35, heal: 0 }, 希格雯: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 30, heal: 100 }, - 艾梅莉埃: { hp: 0, atk: 100, def: 0, cpct: 100, cdmg: 100, mastery: 30, dmg: 100, phy: 0, recharge: 55, heal: 0 } + 艾梅莉埃: { hp: 0, atk: 100, def: 0, cpct: 100, cdmg: 100, mastery: 30, dmg: 100, phy: 0, recharge: 55, heal: 0 }, + 卡齐娜: { hp: 0, atk: 0, def: 100, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 55, heal: 0 }, + 玛拉妮: { hp: 100, atk: 0, def: 0, cpct: 100, cdmg: 100, mastery: 75, dmg: 100, phy: 0, recharge: 55, heal: 0 } } diff --git a/resources/meta-gs/character/闲云/artis.js b/resources/meta-gs/character/闲云/artis.js new file mode 100644 index 00000000..00ca46c7 --- /dev/null +++ b/resources/meta-gs/character/闲云/artis.js @@ -0,0 +1,6 @@ +export default function ({ cons, rule, def }) { + if (cons === 6) { + return rule('闲云-满命', { hp: 0, atk: 100, def: 0, cpct: 100, cdmg: 100, mastery: 0, dmg: 100, phy: 0, recharge: 35, heal: 95 }) + } + return def({ hp: 0, atk: 100, def: 0, cpct: 50, cdmg: 50, mastery: 0, dmg: 80, phy: 0, recharge: 75, heal: 95 }) + } \ No newline at end of file