miao-plugin/resources/meta/character/米卡/calc.js

14 lines
456 B
JavaScript
Raw Normal View History

export const details = [ {
title: 'Q施放治疗量',
dmg: ({ talent, calc, attr }, { heal }) =>
heal(talent.q['施放治疗量2'][0] * calc(attr.hp) / 100 + talent.q['施放治疗量2'][1])
}, {
title: '鹰翎治疗量',
dmg: ({ talent, calc, attr }, { heal }) =>
heal(talent.q['鹰翎治疗量2'][0] * calc(attr.hp) / 100 + talent.q['鹰翎治疗量2'][1])
}]
export const mainAttr = 'recharge,hp,cpct,cdmg'
export const buffs = []