mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
fix:符玄ebuff
This commit is contained in:
parent
03db583b7d
commit
8d84334096
@ -41,7 +41,7 @@ export const buffs = [{
|
||||
sort: 0,
|
||||
data: {
|
||||
hpPlus: ({ talent, attr, calc }) => calc(attr.hp) * talent.e['生命上限提高'],
|
||||
cpct: ({ talent }) => talent.e['暴击率提高']
|
||||
cpct: ({ talent }) => talent.e['暴击率提高'] * 100
|
||||
}
|
||||
}, {
|
||||
title: '符玄1命:暴击伤害提高[cdmg]%',
|
||||
|
Loading…
Reference in New Issue
Block a user