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
625a44065a
commit
83e4123c5b
@ -63,9 +63,9 @@ export default function (staticIdx, keyIdx) {
|
||||
staticIdx(1, 'cdmg'),
|
||||
(tables) => {
|
||||
return {
|
||||
title: '根据装备者的能量上限提高伤害[dmg]%',
|
||||
title: '根据装备者的能量上限提高伤害[qDmg]%',
|
||||
data: {
|
||||
dmg: ({ attr }) => tables[2] * Math.min(attr.sp, 180)
|
||||
qDmg: ({ attr }) => tables[2] * Math.min(attr.sp, 180)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user