miao-plugin/resources/meta/character/神里绫华/calc_teamC6R5.js
2022-11-30 03:44:46 +08:00

71 lines
1.6 KiB
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: '神鹤万莫E伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
}, {
title: '神鹤万莫Q单段伤害',
dmg: ({ talent }, dmg) => dmg(talent.q['切割伤害'], 'q')
}]
export const mainAttr = 'atk,cpct,cdmg'
export const defDmgIdx = 2
export const buffs = [{
passive: 1,
title: '神里被动释放E后普攻与重击伤害提高30%',
data: {
aDmg: 30,
a2Dmg: 30
}
}, {
passive: 2,
title: '神里被动霰步命中敌人获得18%冰伤加成',
data: {
dmg: 18
}
}, {
cons: 4,
title: '神里4命元素爆发后敌人防御力降低30%',
data: {
qDef: 30
}
}, {
cons: 6,
title: '神里6命每10秒重击伤害提高[a2Dmg]%',
data: {
a2Dmg: 298
}
}, {
title: '精5苍古万叶获得[dmg]%增伤(苍古普攻32增伤),增加[atkPct]%攻击,减抗[kx]%,精通[mastery]',
data: {
aDmg:32,
a2Dmg:32,
a3Dmg:32,
dmg: 48,
atkPct:40,
kx:40,
mastery:200
}
}, {
title: '精5息灾宗室申鹤获得[dmg]%增伤,增加[atkPct]%攻击,减抗[kx]%,爆伤15%,提升冰伤害5700,双冰暴击15%',
data: {
dmg: 30,
atkPct:20,
kx:15,
cpct: 15,
cdmg:15,
a2Plus:5700*3,
ePlus:5700,
qPlus:5700
}
}, {
title: '千岩讨龙莫娜:获得[dmg]%增伤,增加[atkPct]%攻击,暴击15%',
data: {
dmg: 60,
cpct: 15,
atkPct:68,
}
}]