mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
绫人1命修复(使用aDmg) (#458)
This commit is contained in:
parent
456bff3104
commit
e447f1680e
@ -19,6 +19,12 @@ export const buffs = [{
|
||||
data: {
|
||||
hpPct: ({ params }) => params.q ? 0 : 50
|
||||
}
|
||||
}, {
|
||||
cons: 1,
|
||||
title: '绫人1命:对于生命值低于或等于50%的敌人,瞬水剑造成的伤害提升40%',
|
||||
data: {
|
||||
aDmg: 40
|
||||
}
|
||||
}, {
|
||||
check: ({ cons }) => cons < 2,
|
||||
title: '4层浪闪:提高瞬水剑伤害[aPlus]',
|
||||
|
Loading…
Reference in New Issue
Block a user