mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
卡维伤害计算修正
This commit is contained in:
parent
ef46790d57
commit
235d0792d9
@ -3,6 +3,7 @@ export const details = [{
|
||||
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')
|
||||
}, {
|
||||
title: 'Q后绽放伤害',
|
||||
params: { bloom: true },
|
||||
dmg: ({calc, attr}, { reaction }) => {
|
||||
return reaction('bloom')}
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user