调整绫人伤害文案的显示错误

This commit is contained in:
yoimiya-kokomi 2022-04-30 07:00:33 +08:00
parent 4f4f1dc9d3
commit ec47c08bee

View File

@ -19,13 +19,13 @@ export const buffs = [{
}
}, {
check: ({ cons }) => cons < 2,
title: "4层浪闪提高瞬水剑伤害[aPlus]",
title: "4层浪闪提高瞬水剑伤害[aPlus]",
data: {
aPlus: ({ attr, calc, talent }) => calc(attr.hp) * talent.e['浪闪伤害值提高'] / 100 * 4
}
}, {
cons: 2,
title: "5层浪闪提高瞬水剑伤害[aPlus]",
title: "绫人2命5层浪闪提高瞬水剑伤害[aPlus]",
data: {
aPlus: ({ attr, calc, talent }) => calc(attr.hp) * talent.e['浪闪伤害值提高'][0] / 100 * 5
}