mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 15:36:27 +00:00
commit
f0529bdcf0
13
resources/meta/character/米卡/calc.js
Normal file
13
resources/meta/character/米卡/calc.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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 = []
|
Loading…
Reference in New Issue
Block a user