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
dee5a1edf5
commit
d52ae8adf8
@ -33,7 +33,7 @@ export const buffs = [
|
||||
"qDmg": ({ talent }) => talent.e["元素爆发伤害提高"] * 90
|
||||
}
|
||||
}, {
|
||||
rule: ({ cons }) => cons >= 2,
|
||||
check: ({ cons }) => cons >= 2,
|
||||
title: "2命效果:大招无视敌人[qDef]%防御力",
|
||||
data: {
|
||||
"qIgnore": 60
|
||||
|
Loading…
Reference in New Issue
Block a user