Update calc.js (#720)

水神2命时E伤害跟1命完全一致,只有Q伤害高了一截,不具备参考价值,这里改成2命时E能吃到140%生命加成。
This commit is contained in:
yangwei549 2024-02-18 19:00:05 +00:00 committed by GitHub
parent 4e78fe5be4
commit 7fa9d517ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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', '蒸发')
}, {