绫人1命修复(使用aDmg) (#458)

This commit is contained in:
panganqi 2023-02-10 13:57:29 +08:00 committed by GitHub
parent 456bff3104
commit e447f1680e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]',