mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
添加白术伤害计算方式
This commit is contained in:
parent
705fd62caf
commit
060d875160
@ -2,7 +2,7 @@ export const details = [{
|
||||
title: 'E每跳治疗量',
|
||||
dmg: ({ talent, calc, attr }, { heal }) => heal(calc(attr.hp) * talent.e['治疗量2'][0] / 100 + talent.e['治疗量2'][1])
|
||||
}, {
|
||||
title: '2命·E每跳治疗量',
|
||||
title: '2命·E+额外治疗量',
|
||||
cons: 2,
|
||||
dmg: ({ talent, calc, attr }, { heal }) => heal((calc(attr.hp) * talent.e['治疗量2'][0] / 100 + talent.e['治疗量2'][1]) * 1.2)
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user