From 7fa9d517edb41a9838ba06cca1537e05023397f0 Mon Sep 17 00:00:00 2001 From: yangwei549 <67332616+yangwei549@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:00:05 +0000 Subject: [PATCH] Update calc.js (#720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 水神2命时E伤害跟1命完全一致,只有Q伤害高了一截,不具备参考价值,这里改成2命时E能吃到140%生命加成。 --- resources/meta-gs/character/芙宁娜/calc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/meta-gs/character/芙宁娜/calc.js b/resources/meta-gs/character/芙宁娜/calc.js index da1430d8..8ee82b35 100644 --- a/resources/meta-gs/character/芙宁娜/calc.js +++ b/resources/meta-gs/character/芙宁娜/calc.js @@ -4,16 +4,20 @@ export const details = [{ heal(talent.e['众水的歌者治疗量2'][0] * attr.hp / 100 + talent.e['众水的歌者治疗量2'][1] * 1) }, { title: 'E海薇玛夫人(海马)·伤害', + params: { talentQ: true }, dmg: ({ talent, attr }, { basic }) => basic(attr.hp * talent.e['海薇玛夫人伤害'] / 100 * 1.4, 'e') }, { title: 'E乌瑟勋爵(章鱼)·伤害', + params: { talentQ: true }, dmg: ({ talent, attr }, { basic }) => basic(attr.hp * talent.e['乌瑟勋爵伤害'] / 100 * 1.4, 'e') }, { title: 'E谢贝蕾妲小姐(螃蟹)·伤害', + params: { talentQ: true }, dmgKey: 'e', dmg: ({ talent, attr }, { basic }) => basic(attr.hp * talent.e['谢贝蕾妲小姐伤害'] / 100 * 1.4, 'e') }, { title: 'E谢贝蕾妲小姐(螃蟹)·蒸发', + params: { talentQ: true }, dmgKey: 'e', dmg: ({ talent, attr }, { basic }) => basic(attr.hp * talent.e['谢贝蕾妲小姐伤害'] / 100 * 1.4, 'e', '蒸发') }, {