fix:符玄ebuff

This commit is contained in:
Aluxes 2023-09-20 23:40:07 +08:00
parent 03db583b7d
commit 8d84334096

View File

@ -41,7 +41,7 @@ export const buffs = [{
sort: 0, sort: 0,
data: { data: {
hpPlus: ({ talent, attr, calc }) => calc(attr.hp) * talent.e['生命上限提高'], hpPlus: ({ talent, attr, calc }) => calc(attr.hp) * talent.e['生命上限提高'],
cpct: ({ talent }) => talent.e['暴击率提高'] cpct: ({ talent }) => talent.e['暴击率提高'] * 100
} }
}, { }, {
title: '符玄1命暴击伤害提高[cdmg]%', title: '符玄1命暴击伤害提高[cdmg]%',