mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-01-30 23:19:54 +00:00
修改芙宁娜buff显示逻辑
This commit is contained in:
parent
34d8d0d3f3
commit
16489554fb
@ -68,7 +68,8 @@ export const buffs = [{
|
||||
}, {
|
||||
title: '芙宁娜2命:万众狂欢持续期间,满气氛值提升芙宁娜140%生命值',
|
||||
cons: 2,
|
||||
check: ({ params }) => params.talentQ === true,
|
||||
data: {
|
||||
hpPct: ({ params }) => params.talentQ ? 140 : 0
|
||||
hpPct: 140
|
||||
}
|
||||
}, 'vaporize']
|
||||
|
Loading…
Reference in New Issue
Block a user