miao-plugin/resources/meta/character/凝光/calc.js
2022-07-31 05:06:00 +08:00

20 lines
473 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.a['重击伤害'], 'a2')
}, {
title: '璇玑屏伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}, {
title: 'Q单颗宝石伤害',
dmg: ({ talent }, dmg) => dmg(talent.q['宝石伤害'], 'q')
}]
export const mainAttr = 'atk,cpct,cdmg'
export const buffs = [{
title: '凝光被动穿过璇玑屏获得12%岩伤加成',
data: {
dmg: 12
}
}]