mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
调整绫人伤害文案的显示错误
This commit is contained in:
parent
4f4f1dc9d3
commit
ec47c08bee
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user