miao-plugin/resources/meta/character/香菱/calc.js
yoimiya-kokomi 18faeae290 伤害计算增加砂糖、辛焱
`#雷神面板`展示数据API及更新时间
2022-08-21 07:40:32 +08:00

24 lines
607 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const details = [{
title: '锅巴单口伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['喷火伤害'], 'e')
}, {
title: '锅巴单口蒸发',
dmg: ({ talent }, dmg) => dmg(talent.e['喷火伤害'], 'e', 'zf')
}, {
title: '旋火轮单次伤害',
dmg: ({ talent }, dmg) => dmg(talent.q['旋火轮伤害'], 'q')
}, {
title: '旋火轮单次蒸发',
dmg: ({ talent }, dmg) => dmg(talent.q['旋火轮伤害'], 'q', 'zf')
}]
export const mainAttr = 'atk,cpct,cdmg'
export const buffs = [{
cons: 1,
title: '香菱1命锅巴降低敌人火抗15',
data: {
kx: 15
}
}, 'zf']