mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-26 01:40:53 +00:00
fix:符玄ebuff
This commit is contained in:
parent
03db583b7d
commit
8d84334096
@ -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]%',
|
||||||
|
Loading…
Reference in New Issue
Block a user